Databricks SDK for JavaScript
    Preparing search index...

    Request to create a new MCP service.

    interface CreateMcpServiceRequest {
        mcpService?: McpService;
        mcpServiceId?: string;
        parent?: string;
    }
    Index

    Properties

    mcpService?: McpService

    The MCP service to create. The server populates name from parent + mcp_service_id; clients should leave it unset.

    mcpServiceId?: string

    Leaf identifier for the MCP service (the unqualified name within the parent schema, e.g. "my_mcp_service").

    parent?: string

    Resource name of the parent schema. Format: schemas/{catalog}.{schema}. Each {...} component is capped at 255 characters individually.