Skip to content

Commit 61d4d6e

Browse files
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

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "remix-mcp"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2024"
55
rust-version = "1.85"
66
description = "MCP server for controlling Ableton Live via OSC"

0 commit comments

Comments
 (0)