@nevermined-io/payments
    Preparing search index...

    Interface McpConfig

    MCP integration configuration

    interface McpConfig {
        agentId?: string;
        planId: string;
        serverName?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    agentId?: string

    Agent ID — optional, informational/observability only.

    planId: string

    Plan ID the server charges against (required). The facilitator is plan-centric: verify/settle resolve everything from the plan + token.

    serverName?: string