cURL
curl --request PUT \ --url http://localhost:8080/api/mcp/client/{id} \ --header 'Content-Type: application/json' \ --data ' { "tools_to_execute": [ "<string>" ] } '
{ "status": "success", "message": "MCP client tools edited successfully" }
Edits the list of tools to be executed for a specific MCP client.
The ID of the MCP client to edit.
Include-only list of tools. '*' means all tools, [] means no tools.
Client tools edited successfully
"success"
"MCP client tools edited successfully"
Was this page helpful?