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 full)

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