{
"name": "123"
}curl --location --request PUT 'http://prod-cn.your-api-server.com/api/ai-mcp-servers/424a6a13-0e08-4623-8e79-e573004d28d6' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "123"
}'{
"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
}