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

    Interface SDKMcpSpec

    SDK-specific MCP spec that accepts Secret objects for credentials.

    interface SDKMcpSpec {
        mcp_config: string;
        secret: string | RunloopSDK.Secret;
    }
    Index

    Properties

    Properties

    mcp_config: string

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

    secret: string | RunloopSDK.Secret

    The secret containing the MCP server credential. Can be a Secret object or string (ID or name).