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

    Interface McpTokenView

    interface McpTokenView {
        token: string;
        allowed_tools: string[];
        devbox_id: string;
        endpoint: string;
        mcp_config_id: string;
        url: string;
    }
    Index

    Properties

    token: string

    The token to send to the MCP hub as a Bearer token in the Authorization header. Only accepted for requests originating from the bound Devbox.

    allowed_tools: string[]

    Glob patterns for the tools the token permits.

    devbox_id: string

    The Devbox the token is bound to.

    endpoint: string

    The upstream MCP server endpoint the hub proxies to.

    mcp_config_id: string

    The ID of the MCP config the token grants access to.

    url: string

    The MCP hub URL the token authenticates against. Matches the RL_MCP_URL environment variable inside the Devbox.