mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-29 17:05:15 +00:00
Fixes #80814. Co-authored-by: kinjitakabe <273844887+kinjitakabe@users.noreply.github.com>
7 lines
372 B
TypeScript
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";
|