mcpServer/tool/call 请求的 HTTP 映射接口。Authorization: Bearer ********************{
"server": "example",
"threadId": "thread_123",
"tool": "example",
"_meta": "example",
"arguments": "example"
}curl --location '/v1/yousure/mcpServer/tool/call' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"server": "example",
"threadId": "thread_123",
"tool": "example",
"_meta": "example",
"arguments": "example"
}'{
"result": {
"content": [
"example"
],
"_meta": "example",
"isError": false,
"structuredContent": "example"
}
}