mcpServerStatus/list 请求的 HTTP 映射接口。Authorization: Bearer ********************{
"cursor": "example",
"detail": "full",
"limit": 20,
"threadId": "thread_123"
}curl --location '/v1/yousure/mcpServerStatus/list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"cursor": "example",
"detail": "full",
"limit": 20,
"threadId": "thread_123"
}'{
"result": {
"data": [
{
"authStatus": "unknown",
"name": "example",
"resourceTemplates": [
{
"name": "example",
"uriTemplate": "example",
"annotations": "example",
"description": "example",
"mimeType": "example",
"title": "example"
}
],
"resources": [
{
"name": "example",
"uri": "example",
"_meta": "example",
"annotations": "example",
"description": "example",
"icons": [
"example"
],
"mimeType": "example",
"size": 1,
"title": "example"
}
],
"tools": {},
"pluginId": "example_id",
"runtimeStatus": "notStarted",
"serverInfo": {
"name": "example",
"version": "example",
"description": "example",
"icons": [
"example"
],
"title": "example",
"websiteUrl": "https://example.com"
},
"toolsError": "example"
}
],
"nextCursor": "example"
}
}