cURL
curl --request PUT \ --url http://localhost:8080/api/mcp/client/{name} \ --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.
Was this page helpful?