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
TConfigextendsConfig = Config
System config type (must extend Config).
TFeaturesextendsobject = object
Features layer shape (domain → feature functions).
TMcpLayerextendsobject = object
Any additional entries in the MCP layer beyond the
built-in McpServerMcpLayer.
The full Node-in-Layers
LayerContextshape expected by MCP server internals. Parameterised over config, features, and any additional MCP-layer services the consuming application adds.