curl --location --request GET 'http://prod-cn.your-api-server.com/api/ai-mcp-servers/93f882b1-4be2-48b6-8725-5b63fe381cbb' \
--header 'Authorization: Bearer {{token}}'{
"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": null,
"providerUrl": null,
"sortOrder": 0,
"createdAt": "string",
"updatedAt": "string",
"userId": "string"
},
"timestamp": 0
}