Databricks SDK for JavaScript
    Preparing search index...

    Interface McpServiceConfig_SourceConnection

    UC Connection that hosts 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 and preserves a dangling source so callers can diagnose a deleted backing connection.

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

    Properties

    Properties

    isDeleted?: boolean
    name?: string