Databricks SDK for JavaScript
    Preparing search index...

    Interface McpServiceConfig_SourceConnection

    Unity Catalog connection that points to the MCP server. On Create, provide name in the schema-scoped form connections/{catalog}.{schema}.{connection}. On read, the service populates the resolved connection metadata. If the connection is deleted, its reference remains visible so you can identify the broken dependency.

    interface McpServiceConfig_SourceConnection {
        isDeleted?: boolean;
        name?: string;
    }
    Index

    Properties

    Properties

    isDeleted?: boolean

    Whether the referenced connection has been deleted. The MCP service keeps the reference so callers can identify the broken dependency; tool invocation fails until the source connection is updated.

    name?: string

    Resource name of the Unity Catalog connection used to access the MCP server, in the form connections/{catalog}.{schema}.{connection}.