curl --request PUT \
--url https://api.portkey.ai/v1/mcp-integrations/{mcpIntegrationId}/capabilities \
--header 'Content-Type: application/json' \
--header 'x-portkey-api-key: <api-key>' \
--data '
{
"capabilities": [
{
"name": "<string>",
"type": "tool",
"enabled": true
}
]
}
'