mcpServer/oauth/login 请求的 HTTP 映射接口。Authorization: Bearer ********************{
"name": "example",
"clientRegistration": "auto",
"scopes": [
"example"
],
"threadId": "thread_123",
"timeoutSecs": 1
}curl --location '/v1/yousure/mcpServer/oauth/login' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "example",
"clientRegistration": "auto",
"scopes": [
"example"
],
"threadId": "thread_123",
"timeoutSecs": 1
}'{
"result": {
"authorizationUrl": "https://example.com"
}
}