v29

latestOpenAPI 3.1.2raw.githubusercontent.com2026-08-014117755.2 KB
MCP Servers

Update MCP Server

Updates an existing MCP server configuration.

patch/mcp-servers/{mcpServerId}

Path parameters

mcpServerIdstring required

The unique identifier of the MCP server to update.

Request body

namestring

New display name.

urlstring uri

New URL endpoint.

descriptionstring

New description.

enabledboolean

Enable or disable.

scope'user' | 'team'

New scope.

Response

Response for status 200

idstring required

Unique identifier for the MCP server.

namestring required

Display name of the MCP server.

urlstring required

URL endpoint of the MCP server.

descriptionstring required

Optional description of the MCP server.

createdAtstring date-time required

ISO timestamp of when the server was created.

updatedAtstring date-time required

ISO timestamp of the last update.

userIdstring required

ID of the user who created the server.

enabledboolean required

Whether the MCP server is enabled.

scope'user' | 'team' required

Scope of the MCP server configuration.