v2.1.1
Bug Fix
- fix(cli): Add shebang line (#!/usr/bin/env node) to \cli.ts\ for Windows compatibility
Without the shebang, npm generates Windows .cmd\ wrappers that invoke \cli.js\ directly instead of via
ode, causing Windows Script Host (JScript) to run it and fail with error \800A03EA.
This fixes the issue where the MCP server could not start on Windows via
px\ since v2.1.0.