MCP Management
Reconnect MCP Client
Reconnect a disconnected or errored MCP client.
post/api/mcp/client/{name}/reconnect
Path parameters
namestring required
Name of the MCP client to reconnect
Response
MCP client reconnected successfully
Example response
{
"status": "success",
"message": "Operation completed successfully"
}