Description
MCP Gateway v0.2.30 introduced a required container property in the MCP server schema. The mempalace MCP server configuration is missing this property, causing gh-aw.agent.setup to fail at startup with a jsonschema validation error. This is breaking any codex-engine workflow that uses mempalace (e.g., Daily Fact About gh-aw, run §24887335913).
Error observed:
jsonschema: '/mcpServers/mempalace' does not validate with
mcp-gateway-config.schema.json#/.../oneOf/0/$ref/required:
missing properties: 'container'
Configuration validation error (MCP Gateway version: v0.2.30):
Error: oneOf failed
Expected Impact
Restores the Daily Fact About gh-aw workflow and any other codex workflow using mempalace. This is a P0 infra fix — the workflow produces zero output while this is unresolved.
Suggested Agent
An agent with access to the workflow configuration files should locate the mempalace MCP server configuration in the lock file or workflow markdown and add the required container property per the updated MCP Gateway v0.2.30 schema.
Estimated Effort
Fast (< 30 min) — single property addition to a configuration block.
Data Source
DeepReport Intelligence Briefing — April 24, 2026 (run §24896194233). Also tracked in #28269 (failure issue) and #28245.
Generated by DeepReport - Intelligence Gathering Agent · ● 570.7K · ◷
Description
MCP Gateway v0.2.30 introduced a required
containerproperty in the MCP server schema. ThemempalaceMCP server configuration is missing this property, causinggh-aw.agent.setupto fail at startup with a jsonschema validation error. This is breaking any codex-engine workflow that usesmempalace(e.g., Daily Fact About gh-aw, run §24887335913).Error observed:
Expected Impact
Restores the
Daily Fact About gh-awworkflow and any other codex workflow usingmempalace. This is a P0 infra fix — the workflow produces zero output while this is unresolved.Suggested Agent
An agent with access to the workflow configuration files should locate the
mempalaceMCP server configuration in the lock file or workflow markdown and add the requiredcontainerproperty per the updated MCP Gateway v0.2.30 schema.Estimated Effort
Fast (< 30 min) — single property addition to a configuration block.
Data Source
DeepReport Intelligence Briefing — April 24, 2026 (run §24896194233). Also tracked in #28269 (failure issue) and #28245.