Skip to content

v2.1.1

Choose a tag to compare

@mustafagoksever mustafagoksever released this 25 Apr 17:15
· 30 commits to main since this release

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.