Skip to main content
PUT
JavaScript

Authorizations

Authorization
string
header
required

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

Path Parameters

mcp_server_id
string
required

Unique identifier of the mcp server.

Body

application/json
id
string
name
string
type
string
url
string
api_key_ref
string | null
allowed_tools
string[] | null
created_at
string<date-time>

Response

Successful Response

id
string
required
name
string
required
type
string
required
url
string
required
created_at
string<date-time>
required
api_key_ref
string | null
allowed_tools
string[] | null