cURL
curl --request POST \ --url http://localhost:5173/api/mcp-retry \ --header 'Content-Type: application/json' \ --cookie apiKeys= \ --data ' { "serverName": "<string>" } '
{ "tools": [ { "name": "<string>", "description": "<string>", "inputSchema": {} } ] }
Attempts to reconnect to a failed or disconnected MCP server and retrieves available tools.
Cookie-based authentication storing API keys and provider settings
Name of the MCP server to retry
Server tools after successful reconnection
Show child attributes
Was this page helpful?