forge-memory 0.2.97 → 0.2.100
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 +6 -0
- package/bin/forge-memory.mjs +766 -150
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,6 +30,12 @@ npx forge-memory uninstall
|
|
|
30
30
|
npx forge-memory pair-ios
|
|
31
31
|
```
|
|
32
32
|
|
|
33
|
+
Codex uses `npx forge-memory mcp` after configuration. That MCP entrypoint loads
|
|
34
|
+
the same curated Forge tool registry as the OpenClaw/Codex adapters, including
|
|
35
|
+
the wiki tools (`forge_search_wiki`, `forge_get_wiki_page`, and maintenance
|
|
36
|
+
tools). It also exposes `forge_memory_mcp_diagnostics` so adapter startup issues
|
|
37
|
+
show up as a tool result instead of a closed MCP transport.
|
|
38
|
+
|
|
33
39
|
`pair-ios` prefers the Iroh QR. Forge starts a Rust Iroh host, prints a QR payload
|
|
34
40
|
with the desktop node id, pairing token, optional relay hint, and ALPN
|
|
35
41
|
`forge-companion/1`, and the iPhone app connects through its native Rust bridge. Use
|