Commit 61d4d6e
chore: bump version to 0.2.0
## Changelog (since v0.1.0)
### Features
- Lazy OSC initialization — MCP server starts instantly, connects on
first tool call (no more "Failed to connect" on startup)
- Multi-instance support — multiple remix-mcp processes (e.g. Claude
Desktop + Claude Code) can control Ableton simultaneously
- AbletonOSC patched to reply to sender's address instead of hardcoded
port 11001, eliminating port contention
- Single-socket OscClient (ephemeral port, no fixed port dependency)
- OscHandle lazy wrapper with OnceCell for deferred initialization
- Infallible AbletonServer::new() (sync, no Result)
- Vocs documentation site with Cloudflare Pages deployment
### Fixes
- Resolve dependabot security warnings (time crate, lodash-es)
- Use github-pages environment for secrets
- Use Node.js 22 for vocs build
### Chores
- Bump bytes dependency
- Switch from GitHub Pages to Cloudflare Pages
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent de8ad68 commit 61d4d6e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments