Partially update an existing MCP server.
Documentation Index
Fetch the complete documentation index at: https://docs.getmcp.com/llms.txt
Use this file to discover all available pages before exploring further.
836995ae-1cff-41ec-823e-a4f07ccca3a0). Numeric IDs are also accepted for backwards compatibility.settings.description — other settings fields are preserved.active, paused, draft.none, bearer, api-key, basic.auth_credentials if not set.Format depends on test_auth_type:Bearer — {"token":"your_bearer_token"}API Key — {"name":"X-API-Key","value":"your_api_key","location":"header"} — use "location":"query" for query param.Basic Auth — {"username":"your_username","password":"your_password"}GET /servers/{id}/credentials endpoint returns these as a decoded object.*).