Skip to content

npx @insforge/mcp@1.2.7 fails with "could not determine executable to run" #48

@dcde22345

Description

@dcde22345

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

  1. Run npx -y @insforge/mcp@1.2.7
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions