curl --location --request PUT 'https://api.hiveflow.ai/api/api/mcp/servers/' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "string",
"args": [
"string"
],
"env": {},
"description": "string",
"capabilities": [
"string"
]
}'