v1.1.0 — Windows Compatibility
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 conduitFull changelog
See CHANGELOG.md.