gossipcat 0.6.9 → 0.6.11
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 +2 -2
- package/dist-dashboard/assets/index-B3JZen0u.js +34 -0
- package/dist-dashboard/assets/index-C0dEqgw4.css +1 -0
- package/dist-dashboard/index.html +2 -2
- package/dist-mcp/default-skills/memory-retrieval.md +1 -0
- package/dist-mcp/mcp-server.js +311 -36
- package/package.json +1 -1
- package/dist-dashboard/assets/index-BrM1EvA1.css +0 -1
- package/dist-dashboard/assets/index-CqSX6axm.js +0 -81
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.
|
|
197
|
+
npm install -g gossipcat@0.6.11
|
|
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.
|
|
200
|
+
npm install -g https://github.com/gossipcat-ai/gossipcat-ai/releases/download/v0.6.11/gossipcat-0.6.11.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
|