Path Parameters
Request Body
All fields are optional. Only provide fields you want to update.
Proxy authentication token
Server status: connecting, connected, disconnected, or error
Server implementation details
Response
Whether the update was successful
curl -X PATCH https://api.example.com/api/mcp/servers/mcp_abc123 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "Updated Server Name",
"description": "Updated description"
}'