Skip to content

v1.10.2

Choose a tag to compare

@andrelandgraf andrelandgraf released this 23 May 17:54
· 6 commits to main since this release
0eec0f3

Fix command targets containing absolute, home-relative, dot-relative, or Windows drive paths so they stay intact as the single executable command.

Previously add-mcp "/Applications/My App/bin/server" was naively split on spaces, producing command: "/Applications/My" with the rest treated as args (regression for paths with spaces, e.g. macOS .app bundles). Use --args to pass arguments alongside a path target.

Fixes #29