Fix: MCP Server Startup Crash
- Fixed: Codex (
x) and Gemini (g) MCP servers crashed on startup withCannot find module './impl/format' - Root cause: esbuild picked the UMD entry point of
jsonc-parserwhich uses dynamicrequire()calls that can't be resolved in a bundled CJS file - Fix: Added
mainFields: ['module', 'main']to all bridge build scripts so esbuild prefers the ESM entry point
Also includes v4.1.3 changes:
- Removed artificial 20-file limit on
context_filesparameter forask_codexandask_geminiMCP tools