{
"mcpServerIds": ["f79349fb-a4e4-475b-ab64-d3062f0276d9", "bbafea69-82d7-4e75-9695-c308f21e66db"]
}curl --location --request POST 'http://prod-cn.your-api-server.com/api/ai-mcp-servers/batch-check-connection' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"mcpServerIds": ["f79349fb-a4e4-475b-ab64-d3062f0276d9", "bbafea69-82d7-4e75-9695-c308f21e66db"]
}'{
"code": 0,
"message": "string",
"data": [
{
"id": "string",
"name": "string",
"description": "string",
"icon": "string",
"timeout": 0,
"type": "string",
"args": {
"url": "string"
},
"isActive": true,
"isShow": true,
"providerName": "string",
"providerUrl": "string",
"sortOrder": 0,
"createdAt": "string",
"updatedAt": "string",
"userId": "string"
}
],
"timestamp": 0
}