@fenglimg/fabric-server 2.1.0-rc.2 → 2.2.0-rc.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 +3 -4
- package/dist/index.d.ts +549 -323
- package/dist/index.js +8233 -9278
- package/package.json +3 -4
package/README.md
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
# @fenglimg/fabric-server
|
|
2
2
|
|
|
3
|
-
Fabric MCP knowledge server. Runs over stdio transport and serves Claude Code
|
|
3
|
+
Fabric MCP knowledge server. Runs over stdio transport and serves Claude Code and Codex CLI from a single `.fabric/` directory.
|
|
4
4
|
|
|
5
5
|
## Tools exposed
|
|
6
6
|
|
|
7
|
-
- `
|
|
8
|
-
- `
|
|
9
|
-
- `fab_recall` — combined one-call recall (plan + sections), the rc.37+ default
|
|
7
|
+
- `fab_recall` — single-step recall: returns candidate descriptions + native read paths (no body delivery over MCP; read a body on demand via a native Read of the returned path)
|
|
8
|
+
- `fab_archive_scan` — scan recent work for archive-worthy knowledge candidates
|
|
10
9
|
- `fab_extract_knowledge` — persist a pending knowledge entry
|
|
11
10
|
- `fab_review` — list / approve / reject / modify / defer pending entries
|
|
12
11
|
|