Skip to content

Releases: neon-solutions/add-mcp

v1.10.4

23 May 22:52
c9416cb

Choose a tag to compare

  • add -h shorthand for --header (use --help for help)

v1.10.3

23 May 20:26
5c129fb

Choose a tag to compare

  • add windsurf support with global installs written to ~/.codeium/windsurf/mcp_config.json (mcpServers); aliases: codeium, cascade (#31)

v1.10.2

23 May 17:54
0eec0f3

Choose a tag to compare

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

22 May 14:26
d7ce748

Choose a tag to compare

  • 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

21 May 21:49
b267c1f

Choose a tag to compare

  • 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 --header error 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 --args now 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

21 May 20:13
44dcc9e

Choose a tag to compare

  • prompt for ${VAR} template values in --env, --header, and --args flags during interactive mode (skipped optional keys are omitted from written config)
  • prompt for package environment variables, headers, and registry packageArguments during find search installs (named flags preserved as flag + value argv pairs; positional order preserved; -y substitutes ${VAR} with placeholders)
  • fix find package installs to align argv ordering with registry packageArguments
  • allow pypi registryType in registry entries used by find/search

Published via npm Trusted Publishing (OIDC) with provenance attestation. See docs/RELEASING.md.