v1.0.2
What's Changed
- Fix Electron entry point (was pointing to MCP server instead of app)
- Restore Electron app dependencies for development
- Add GitHub Actions workflow for auto npm publish on tag push
- Add postinstall script to fix node-pty build on Windows
Install
npm install -g @wong2kim/wmuxOr build from source:
git clone https://github.com/openwong2kim/wmux.git
cd wmux
npm install
npm start