v0.1.53
·
71 commits
to main
since this release
Patch Changes
- 8b4df90: debug MCP: fix
get_diagnosticsalways reportingdevtoolsVersion: nullandmcpVersion: nullin a real bundle (issue #361).readDevtoolsVersion()readglobalThis.__VERSION__, but the tsdowndefineonly substitutes the bare__VERSION__token — the property access always readundefined. It now references the bare identifier (the same mechanism the MCP serverversionalready used).readMcpSdkVersion()resolved@modelcontextprotocol/sdk/package.jsonat runtime, but that subpath is not in the SDK'sexportsmap, so the resolve threw and returned null; the version is now baked in at build time via a new__MCP_SDK_VERSION__define (with a path-based runtime fallback for unbundled runs). Found by the env-1 runtime acceptance for #348.