Meshpocalypse Semantic
    Preparing search index...

    Interface McpServerBootstrapConfig

    Configuration for McpServerBootstrap.

    interface McpServerBootstrapConfig {
        host?: string;
        port?: number;
        semanticServerConfig?: SemanticServerConfig;
    }
    Index

    Properties

    host?: string

    Bind host for the MCP HTTP server.

    '0.0.0.0'
    
    port?: number

    TCP port for the MCP HTTP server.

    3001
    
    semanticServerConfig?: SemanticServerConfig

    Optional config forwarded to SemanticMcpServer.