Skip to content

Missing win32-x64 runtime causes failure on Windows #18

@thor4

Description

@thor4

The repository is missing the runtime/win32-x64 directory. The src/gateway-manager.ts expects this directory to exist when running on Windows (detected as win32-x64).

The scripts/build-windows-runtime.bat script exists but the output directory runtime/win32-x64 has not been committed to the repository, unlike the Linux and macOS runtimes which are present.

This causes the MCP server to fail when running on Windows with the error:
Error: Custom runtime not found for platform: win32-x64. Expected at: ...

Please run the build script and commit the Windows runtime, or ensure it is included in the published package to support Windows users.

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