curl --location --request PUT '/api/v1/tool-connections/' \
--header 'Content-Type: application/json' \
--data '{
"expectedRevision": 1,
"name": "Fluxos n8n",
"config": {
"serverUrl": "https://mcp.example.com",
"endpointPath": "/mcp",
"auth": {
"type": "bearer"
}
},
"credential": "string"
}'{}