cURL
curl --request POST \ --url http://localhost:8080/api/mcp/client/{name}/reconnect
{ "status": "success", "message": "MCP client reconnected successfully" }
Attempts to reconnect a disconnected MCP client.
Was this page helpful?