claude-faf-mcp 2.2.5 → 2.2.6
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 -0
- package/package.json +2 -8
package/README.md
CHANGED
|
@@ -16,6 +16,9 @@ Transform your projects into AI-optimized collaboration spaces with **C.O.R.E (C
|
|
|
16
16
|
[](https://www.typescriptlang.org/)
|
|
17
17
|
[](https://github.com/faf-dev/claude-faf-mcp)
|
|
18
18
|
|
|
19
|
+
## 🚨 ZERO DEPENDENCIES, ZERO FAFF™
|
|
20
|
+
**11,000+ tests run** • **240+ npm downloads** • **<50ms operations**
|
|
21
|
+
|
|
19
22
|
## 🍊 ZERO .faf | .fafLESS AI
|
|
20
23
|
|
|
21
24
|
**We ARE the C in MCP.** Vitamin Context for healthy AI. I⚡🍊
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-faf-mcp",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.6",
|
|
4
4
|
"description": ".faf The JPEG for AI is here. The C in MCP is .faf - Foundational AI-context Format. Universal AI context management with 33+ tools for Claude Desktop. Every command shows AI-Readiness score. Drop file → Type 'faf' → 99% ready!",
|
|
5
5
|
"main": "dist/server.js",
|
|
6
6
|
"bin": {
|
|
@@ -67,13 +67,7 @@
|
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@modelcontextprotocol/sdk": "^1.0.0"
|
|
71
|
-
"commander": "^12.0.0",
|
|
72
|
-
"cors": "^2.8.5",
|
|
73
|
-
"dotenv": "^16.4.0",
|
|
74
|
-
"express": "^5.1.0",
|
|
75
|
-
"jsonwebtoken": "^9.0.2",
|
|
76
|
-
"zod": "^3.22.0"
|
|
70
|
+
"@modelcontextprotocol/sdk": "^1.0.0"
|
|
77
71
|
},
|
|
78
72
|
"devDependencies": {
|
|
79
73
|
"@jest/globals": "^30.1.2",
|