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>

    If-match precondition: when set, the update proceeds only if the current server-side etag matches. Empty means an unconditional update.

    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>

    The list of fields to update. The framework validates each path against the mcp_service field above. Wildcard paths (paths: ["*"]) are not supported; list each field path explicitly.