@node-in-layers/mcp-server
    Preparing search index...

    Type Alias McpContext<TConfig, TFeatures, TMcpLayer>

    McpContext: LayerContext<
        TConfig,
        { features: TFeatures; mcp: McpServerMcpLayer & TMcpLayer },
    >

    The full Node-in-Layers LayerContext shape expected by MCP server internals. Parameterised over config, features, and any additional MCP-layer services the consuming application adds.

    Type Parameters

    • TConfig extends Config = Config

      System config type (must extend Config).

    • TFeatures extends object = object

      Features layer shape (domain → feature functions).

    • TMcpLayer extends object = object

      Any additional entries in the MCP layer beyond the built-in McpServerMcpLayer.