mcp-use TypeScript API
    Preparing search index...

    Interface ListenOptions

    Options accepted by MCPServer.listen.

    interface ListenOptions {
        host?: string;
    }
    Index
    host?: string

    Explicit bind host; takes precedence over HOST and configured host.