Skip to main content
PUT
Update MCP server

Authorizations

Authorization
string
header
required

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

Path Parameters

uuid
string<uuid>
required

MCP server identifier.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$

Body

application/json

Request body schema.

name
string

MCP server name.

description
string | null

MCP server description.

actions
Actions · object[]

Actions exposed by the MCP server.

resources
Resources · object[]

Resources exposed by the MCP server.

folderUuid
string<uuid> | null

Folder identifier for the MCP server.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$

Response

Successful response

mcpServer
MCP server · object
required

Updated MCP server details.