Databricks SDK for JavaScript
    Preparing search index...

    Request to get an MCP service.

    interface GetMcpServiceRequest {
        includeBrowse?: boolean;
        name?: string;
    }
    Index

    Properties

    includeBrowse?: boolean

    Whether to include MCP services for which the principal can only access selective metadata.

    name?: string

    Resource name of the MCP service. Format: mcp-services/{catalog}.{schema}.{mcp_service}. Each {...} component is capped at 255 characters individually.