MCP Server Framework - v1.0.0
    Preparing search index...

    Interface HttpServerOptions

    HTTP Server Configuration Options.

    interface HttpServerOptions {
        bindHost?: string;
        port?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    bindHost?: string

    Host to bind to (default: from MCP_BIND_HOST env or '127.0.0.1')

    port?: number

    Port to listen on (default: from MCP_PORT env or 8000)