capsulemcp 1.6.0 → 1.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -17,6 +17,7 @@ A [Model Context Protocol](https://modelcontextprotocol.io) server for [Capsule
17
17
  | Example questions to ask once the connector is running | [EXAMPLES.md](EXAMPLES.md) |
18
18
  | To use it locally with Claude Desktop or Claude Code | [INSTALL.md](INSTALL.md) |
19
19
  | To deploy it once and have your whole team use it via Claude.ai | [DEPLOY.md](DEPLOY.md) |
20
+ | To wire it into n8n workflows | [INTEGRATIONS-n8n.md](INTEGRATIONS-n8n.md) |
20
21
  | To contribute, debug, add a tool, or cut a release | [HOWTO.md](HOWTO.md) (procedures) · [CONTRIBUTING.md](CONTRIBUTING.md) (style & PR checks) |
21
22
  | To understand what's intentionally not implemented (and why) | [DESIGN.md](DESIGN.md) |
22
23
  | To see what performance work has been done (and what's next) | [OPTIMIZATIONS.md](OPTIMIZATIONS.md) |
@@ -47,7 +48,7 @@ For most individual users the install is a single JSON snippet pasted into Claud
47
48
 
48
49
  3. Restart Claude Desktop. The Capsule tools appear in the tool picker.
49
50
 
50
- That's it. The first launch fetches the package from npm (a few seconds); subsequent launches are instant from the npx cache. To pin a specific version, use `"capsulemcp@1.6.0"` in `args`. If you're tracking a fork or an unreleased branch, use the GitHub-ref form instead: `"github:soil-dev/capsulemcp#v1.6.0"` — same arguments, just installs from a git clone rather than the npm registry. See [INSTALL.md](INSTALL.md) for the Claude Code path, manual install, and troubleshooting.
51
+ That's it. The first launch fetches the package from npm (a few seconds); subsequent launches are instant from the npx cache. To pin a specific version, use `"capsulemcp@1.6.2"` in `args`. If you're tracking a fork or an unreleased branch, use the GitHub-ref form instead: `"github:soil-dev/capsulemcp#v1.6.2"` — same arguments, just installs from a git clone rather than the npm registry. See [INSTALL.md](INSTALL.md) for the Claude Code path, manual install, and troubleshooting.
51
52
 
52
53
  ## Tools
53
54