Bug Report
npx @insforge/mcp@1.2.7 (published 2026-03-27) fails immediately with the error:
Error: could not determine executable to run
at getBinFromManifest
This indicates that the bin field in package.json is either missing or misconfigured in the 1.2.7 release.
Steps to Reproduce
- Run
npx -y @insforge/mcp@1.2.7
- Observe the error
Expected Behavior
The MCP server should start successfully, as it does with version 1.2.6.
Workaround
Downgrading to 1.2.6 works as expected:
npx -y @insforge/mcp@1.2.6