gossipcat 0.6.8 → 0.6.10

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
@@ -194,10 +194,10 @@ Add to `~/.claude/mcp_settings.json` (Claude Code) or project-local `.mcp.json`:
194
194
 
195
195
  ```bash
196
196
  # Pin to a version
197
- npm install -g gossipcat@0.6.5
197
+ npm install -g gossipcat@0.6.10
198
198
 
199
199
  # Pin to a GitHub release tarball (bypasses the npm registry)
200
- npm install -g https://github.com/gossipcat-ai/gossipcat-ai/releases/download/v0.6.5/gossipcat-0.6.5.tgz
200
+ npm install -g https://github.com/gossipcat-ai/gossipcat-ai/releases/download/v0.6.10/gossipcat-0.6.10.tgz
201
201
 
202
202
  # Project-local (postinstall writes .mcp.json — open the IDE there, no `mcp add` needed)
203
203
  cd your-project && npm install --save-dev gossipcat