Skip to main content
PATCH
Core - Update an MCP server

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Unique identifier of the MCP server.

Body

application/json
key
string

Rejected with INVALID_ARGUMENT: the key prefixes this server's tools in every gateway that exposes it, so it is immutable after creation. Retained so callers get an error rather than a silently ignored field.

display_name
string

Human readable name shown in the workspace.

description
string

Free-form note about what this server is for.

connection
object

How the gateway dials the upstream server.

auth
object

Credentials the gateway sends upstream; send type: NONE explicitly for public servers.

default_tool_exposure
object

Fallback exposure used by any gateway link that does not set its own.

sharing
object

Which projects in the workspace may use this server. Defaults to every project.

Response

200 - application/json

OK

mcp_server
object