Databricks SDK for JavaScript
    Preparing search index...

    Request to update an MCP service. name cannot appear in update_mask.

    interface UpdateMcpServiceRequest {
        etag?: Uint8Array<ArrayBufferLike>;
        mcpService?: McpService;
        updateMask?: FieldMask<McpService>;
    }
    Index

    Properties

    etag?: Uint8Array<ArrayBufferLike>

    Optimistic concurrency token from the most recent read. When set, the update succeeds only if the resource has not changed. Leave unset for an unconditional update. For REST requests, URL-encode the base64 string returned by the API when setting the etag query parameter.

    mcpService?: McpService

    The MCP service with the updated field values. name identifies the resource (mcp-services/{catalog}.{schema}.{mcp_service}); only fields listed in update_mask are applied.

    updateMask?: FieldMask<McpService>

    Fields to update. Use config to replace the entire configuration. The replacement must include every required field; any optional field you omit is cleared. To preserve sibling fields, use one or more granular paths: comment, config.source_connection.name, config.include_tool_selectors, or config.rate_limits. Wildcard paths such as * are not supported.