Documentation
    Preparing search index...

    Configuration options for McpAdaptor.upgrade.

    interface IOptions {
        path?: string;
        serverInfo?: { name: string; version: string };
    }
    Index

    Properties

    Properties

    path?: string

    HTTP path where the MCP endpoint will be mounted.

    "/mcp"
    
    serverInfo?: { name: string; version: string }

    Identity advertised to MCP clients during the initialize handshake. Shows up in Claude Desktop / Cursor's MCP panel.

    { name: "nestia-mcp", version: "1.0.0" }