63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
{
|
|
"name": "用户档案服务-百炼版",
|
|
"description": "提供详细的个人介绍和技能信息(适配阿里百炼)",
|
|
"endpoints": [
|
|
{
|
|
"name": "get_profile",
|
|
"url": "/api/mcp.bailian_mcp/stream",
|
|
"method": "GET",
|
|
"protocol": "sse",
|
|
"parameters": [
|
|
{
|
|
"name": "detail",
|
|
"type": "string",
|
|
"enum": ["basic", "full"],
|
|
"default": "basic",
|
|
"description": "信息详细程度"
|
|
}
|
|
],
|
|
"headers": [
|
|
{
|
|
"name": "X-DashScope-SSE-Session-Id",
|
|
"description": "百炼会话ID"
|
|
},
|
|
{
|
|
"name": "X-DashScope-Request-Id",
|
|
"description": "请求跟踪ID"
|
|
}
|
|
],
|
|
"response_format": {
|
|
"events": [
|
|
{
|
|
"event": "profile",
|
|
"data": {
|
|
"header": {
|
|
"code": "integer",
|
|
"message": "string",
|
|
"session_id": "string",
|
|
"request_id": "string"
|
|
},
|
|
"content": {
|
|
"name": "string",
|
|
"title": "string",
|
|
"company": "string",
|
|
"location": "string",
|
|
"skills?": "array",
|
|
"interests?": "array",
|
|
"projects?": "array",
|
|
"contact?": "object"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"event": "end",
|
|
"data": {
|
|
"end": "boolean"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"health_check": "/api/mcp.bailian_mcp/healthCheck"
|
|
} |