@runloop/api-client - v1.18.1
    Preparing search index...

    [Beta] McpSpec links an MCP configuration to a secret for MCP server access in a devbox. The MCP hub will proxy requests to upstream MCP servers using the specified credential, with tool-level access control based on the MCP config's allowed_tools.

    interface Mcp {
        mcp_config: string;
        secret: string;
    }
    Index

    Properties

    Properties

    mcp_config: string

    The MCP config to use. Can be an MCP config ID (mcp_xxx) or name.

    secret: string

    The secret containing the MCP server credential. Can be a secret ID or name.