MCP
Edit MCP client
Updates an existing MCP client's configuration. Unlike client creation, tool_pricing can be included to set per-tool execution costs since tools are already fetched. Optionally provide vk_configs to manage which virtual keys have access to this MCP server and with which tools. When provided, this fully replaces all existing VK assignments in a single atomic transaction. Set disabled: true to shut down the client's connection and workers without removing it. Set disabled: false to reconnect a previously disabled client.
put/api/mcp/client/{id}
Path parameters
idstring required
MCP client ID
Request body
Response
MCP client updated successfully
Example response
{
"status": "success",
"message": "Operation completed successfully"
}