Hotfix
Fix: MCP server crash in bundle mode
createRequire("../package.json") failed when running as server.bundle.mjs at project root — ../ resolved to the parent directory where no package.json exists. Now tries ../package.json first (for build/ and src/), falls back to ./package.json (for bundle at root).
If you upgraded to v1.0.23 and see plugin:context-mode:context-mode · ✗ failed in /mcp, this fixes it.
/context-mode:ctx-upgrade