Skip to main content
PATCH
Update 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<uuid>
required

Body

name
string | null
url
string | null
authentication_method
  • none - none
  • url - url
  • bearer_token - bearer_token
Available options:
none,
url,
bearer_token
credentials
string | null
enabled
boolean | null
availability_scope
  • all_companies - all_companies
  • selected_company - selected_company
  • selected_companies - selected_companies
Available options:
all_companies,
selected_company,
selected_companies
authorized_company_id
integer | null
authorized_group_id
string<uuid> | null

Response

id
string<uuid>
required
name
string
required
authentication_method
string
required
has_credentials
boolean
required
enabled
boolean
required
availability_scope
string
required
is_global
boolean
required
object
string
default:mcp_server
url
string | null
company_id
integer | null
group_id
integer | null