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

    Interface ExtendedMcpConfig

    Extended MCP configuration including HTTP server options.

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

    Hierarchy (View Summary)

    Index

    Properties

    agentId: string
    baseUrl?: string

    Base URL for the server (required for HTTP features)

    environment?: EnvironmentName

    Nevermined environment

    scopes?: string[]

    Custom OAuth scopes

    serverName?: string
    tools?: string[]

    Tools exposed by this server