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

    Interface ExtendedMcpConfig

    Extended MCP configuration including HTTP server options.

    interface ExtendedMcpConfig {
        agentId?: string;
        baseUrl?: string;
        environment?: EnvironmentName;
        planId: string;
        scopes?: string[];
        serverName?: string;
        tools?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    agentId?: string

    Agent ID — optional, informational/observability only.

    baseUrl?: string

    Base URL for the server (required for HTTP features)

    environment?: EnvironmentName

    Nevermined environment

    planId: string

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

    scopes?: string[]

    Custom OAuth scopes

    serverName?: string
    tools?: string[]

    Tools exposed by this server