api_access_token: ********************curl --location --request POST 'http://localhost:3030/api/v1/accounts//mcp_servers' \
--header 'api_access_token: <api-key>' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"name": "string",
"description": "string",
"server_url": "http://example.com",
"server_type": "http",
"enabled": true,
"authentication": {}
}'{
"mcp_server": {},
"capabilities": {},
"tools": [
{}
],
"warning": "string"
}