@velvetmonkey/flywheel-memory 2.0.153 → 2.0.155
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 +3 -3
- package/dist/index.js +3917 -4407
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
[](https://www.npmjs.com/package/@velvetmonkey/flywheel-memory)
|
|
14
14
|
[](https://modelcontextprotocol.io/)
|
|
15
15
|
[](https://github.com/velvetmonkey/flywheel-memory/actions/workflows/ci.yml)
|
|
16
|
-
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
17
17
|
[](https://github.com/velvetmonkey/flywheel-memory)
|
|
18
18
|
[](https://github.com/velvetmonkey/flywheel-memory/blob/main/docs/TESTING.md#performance-benchmarks)
|
|
19
19
|
[](https://github.com/velvetmonkey/flywheel-memory/blob/main/docs/TESTING.md)
|
|
@@ -321,7 +321,7 @@ Add `.mcp.json` to your vault root:
|
|
|
321
321
|
cd /path/to/your/vault && claude
|
|
322
322
|
```
|
|
323
323
|
|
|
324
|
-
Defaults to the `default` preset (
|
|
324
|
+
Defaults to the `default` preset (18 tools). Add bundles as needed. See [docs/CONFIGURATION.md](https://github.com/velvetmonkey/flywheel-memory/blob/main/docs/CONFIGURATION.md) for all options.
|
|
325
325
|
|
|
326
326
|
> **Works with any MCP client.** Primarily tested with [[CLAUDE]]. See [Transport Options](#transport-options) for HTTP setup (Cursor, Windsurf, Aider, LangGraph, Ollama, etc.).
|
|
327
327
|
|
|
@@ -399,4 +399,4 @@ The fewer tools you load, the less context the AI needs to pick the right one. S
|
|
|
399
399
|
|
|
400
400
|
## License
|
|
401
401
|
|
|
402
|
-
|
|
402
|
+
Apache-2.0 — see [LICENSE](https://github.com/velvetmonkey/flywheel-memory/blob/main/LICENSE) for details.
|