curl --location --request GET 'http://prod-cn.your-api-server.com/api/ai-mcp-servers/system-mcp/3290306d-7b07-43ad-ba58-865e9d3f31c0?isAssociated=true' \
--header 'Authorization: Bearer {{token}}'{
"code": 0,
"message": "string",
"data": {
"items": [
{
"id": "string",
"name": "string",
"description": "string",
"icon": "string",
"type": "string",
"args": {},
"timeout": 0,
"providerIcon": null,
"providerName": "string",
"providerUrl": "string",
"sortOrder": 0,
"isDisabled": true,
"creatorId": null,
"createdAt": "string",
"updatedAt": "string",
"isAssociated": true
}
],
"total": 0,
"page": 0,
"pageSize": 0,
"totalPages": 0
},
"timestamp": 0
}