mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-19 12:51:38 +00:00
* Refresh MCP OAuth auth-profile tokens * Rotate Codex MCP binding on bearer changes * Preserve agent scope for MCP auth profiles * Preserve Codex MCP tool filters * Keep Codex MCP projection helper local-only * Fix Codex projection package boundary artifacts * Revert "Fix Codex projection package boundary artifacts" This reverts commit13bcaed3da. * Revert "Keep Codex MCP projection helper local-only" This reverts commit19751f4922. * Trigger CI rerun for OAuth MCP PR * Fail closed for remote Codex MCP bearer projection * Fix MCP OAuth bearer token projection * fix: project MCP-native OAuth credentials * fix: align MCP SDK surface budget * fix(mcp): keep agents available before OAuth login --------- Co-authored-by: Josh Lehman <josh@martian.engineering>
10 lines
430 B
TypeScript
10 lines
430 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,
|
|
buildCodexUserMcpServersThreadConfigPatchForRuntime,
|
|
} from "../agents/cli-runner/bundle-mcp-codex.js";
|