{
"mcpServerId": "90d3a24e-8a09-4537-be5e-0c84a7fe1c89"
}curl --location --request POST 'http://prod-cn.your-api-server.com/api/ai-mcp-servers/user-servers' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"mcpServerId": "90d3a24e-8a09-4537-be5e-0c84a7fe1c89"
}'{
"code": 0,
"message": "string",
"data": {
"message": "string",
"userMcpServer": {
"id": "string",
"userId": "string",
"mcpServerId": "string",
"createdAt": "string",
"updatedAt": "string",
"mcpServer": {
"id": "string",
"name": "string",
"description": "string",
"icon": "string",
"timeout": 0,
"type": "string",
"args": {},
"isActive": true,
"isShow": true,
"providerName": "string",
"providerUrl": "string",
"sortOrder": 0,
"createdAt": "string",
"updatedAt": "string",
"userId": "string"
}
}
},
"timestamp": 0
}