update_mcp_server
Update an existing MCP server in a specified environment by providing its ID and optional fields for name, URL, authentication, and token expiry.
Instructions
Update an existing MCP server in the specified environment. Requires environmentId parameter (format: env_). It needs the following parameters: id (id of the MCP server), name (optional), description (optional), url(optional), access_token_expiry (optional) (in seconds), provider (the unique key_id which the customer has setup for connection and should be in capital letters - this is needed only when use_scalekit_authentication is chosen to be false), use_scalekit_authentication (this is a flag to indicate if the mcp server will be using scalekit authentication solution). The url that you provide will be made available in audience of token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| provider | No | ||
| description | No | ||
| mcpServerUrl | No | ||
| environmentId | Yes | ||
| accessTokenExpiry | No | ||
| useScalekitAuthentication | Yes |