upsert_mcp_connection
Admin only: create or update a project's external MCP connection. Pass 'id' to update an existing one (omit to create). 'token' is stored server-side and never returned; omit it to keep the current token when updating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Existing connection id to update; omit to create a new one. | |
| url | No | MCP server URL — use https (required when creating). | |
| name | No | Connection display name (required when creating). | |
| token | No | Bearer auth token. Omit to keep the current token when updating. | |
| enabled | No | Whether the connection is enabled. | |
| projectKey | Yes | Project key, e.g. 'UK'. |