curl -X POST https://api.example.com/api/mcp/disconnect \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "id": "mcp_abc123" }'
{ "success": true }
Closes connection to an MCP server