Releases: neon-solutions/add-mcp
Releases · neon-solutions/add-mcp
v1.10.4
v1.10.3
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
v1.10.0
- expose a programmatic API (
detect/upsert/remove) for use as a library in addition to the CLI
Published via npm Trusted Publishing (OIDC) with provenance attestation. See docs/RELEASING.md.
v1.9.1
- reject
--env "KEY="with empty value (previously silently written to agent config, breaking the MCP server at runtime); error message now hints at shell expansion when a${VAR}was likely eaten - hint at shell expansion in the
--headererror message when a value is empty (--header "Key: ${UNSET}"after the shell ate the placeholder) — suggests using single quotes to pass the${VAR}template literally - option help text for
--header,--env, and--argsnow mentions the single-quote requirement so the shell does not expand${VAR}placeholders
Published via npm Trusted Publishing (OIDC) with provenance attestation. See docs/RELEASING.md.
v1.9.0
- prompt for
${VAR}template values in--env,--header, and--argsflags during interactive mode (skipped optional keys are omitted from written config) - prompt for package environment variables, headers, and registry
packageArgumentsduringfindsearch installs (named flags preserved asflag+valueargv pairs; positional order preserved;-ysubstitutes${VAR}with placeholders) - fix
findpackage installs to align argv ordering with registrypackageArguments - allow
pypiregistryTypein registry entries used byfind/search
Published via npm Trusted Publishing (OIDC) with provenance attestation. See docs/RELEASING.md.