v1.10.2
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