Skip to content

v1.1.0 — Windows Compatibility

Choose a tag to compare

@lacausecrypto lacausecrypto released this 09 Apr 19:46
· 6 commits to main since this release

MCP Conduit v1.1.0

Full Windows support. Conduit now runs on Windows, macOS, and Linux.

What changed

Component Windows fix
Child process spawn shell: true + windowsHide: true resolves .cmd files (e.g., npx.cmd)
Process termination Uses TerminateProcess instead of SIGTERM/SIGKILL
Hot reload SIGHUP skipped on Windows. Use POST /conduit/config/reload instead
Plugin security Path blocking includes C:\Windows\, C:\Program Files\
CLI wizard Platform-aware temp directory
CI Tests now run on Ubuntu, Windows, and macOS

Install

npm install mcp-conduit
npx conduit init
npx conduit

Full changelog

See CHANGELOG.md.