Files
openclaw/src/plugin-sdk/codex-mcp-projection.ts
2026-05-13 20:07:10 +01:00

7 lines
372 B
TypeScript

// Private helper surface for the bundled Codex plugin. Mirrors the Codex CLI
// runtime's user-mcp-server projection so the bundled Codex app-server harness
// can attach the same user `mcp.servers` entries to its thread config without
// deep-importing core helpers.
export { buildCodexUserMcpServersThreadConfigPatch } from "../agents/cli-runner/bundle-mcp-codex.js";