claude-faf-mcp 2.2.4 → 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.
Files changed (2) hide show
  1. package/README.md +7 -4
  2. package/package.json +10 -25
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
- # 🏎️⚡️ Claude FAF MCP Server
1
+ # 🏎️⚡️ Claude .faf MCP Server
2
2
  ## F1-Inspired AI Context Management for Planet Claude
3
3
 
4
4
  > **🏆 OFFICIAL MCP REGISTRY MEMBER - The JPEG for AI is REAL! 🏆**
5
5
 
6
- > **🏁 TESTING CENTER: [`/Users/wolfejam/faf-test-environment`](./WOLFEJAM_TESTING_CENTER.md) | [View Dashboard](file:///Users/wolfejam/FAF/claude-faf-mcp/TESTING_CENTER_DASHBOARD.html) 🏁**
6
+ > **🏁 F1-Inspired TESTING CENTER: [`/Users/wolfejam/faf-test-environment`](https://github.com/wolfejam/claude-faf-mcp/blob/main/WOLFEJAM_TESTING_CENTER.md) | [View Dashboard](file:///Users/wolfejam/FAF/claude-faf-mcp/TESTING_CENTER_DASHBOARD.html) 🏁**
7
7
 
8
- > **Claude FAF MCP Server | AI-Context on-demand management with bi-sync for Claude Users of all levels, with C.O.R.E performance faf-engine-Mk1**
8
+ > **Claude .faf MCP Server | AI-Context on-demand management with bi-sync for Claude Users of all levels, with C.O.R.E performance faf-engine-Mk1**
9
9
 
10
10
  Transform your projects into AI-optimized collaboration spaces with **C.O.R.E (Comprehensive, Optimized, Relentless, Empirical) performance** powered by the **faf-engine-Mk1** architecture.
11
11
 
@@ -16,7 +16,10 @@ Transform your projects into AI-optimized collaboration spaces with **C.O.R.E (C
16
16
  [![TypeScript](https://img.shields.io/badge/TypeScript-Strict%20Mode-blue)](https://www.typescriptlang.org/)
17
17
  [![F1-Inspired](https://img.shields.io/badge/Philosophy-F1--Inspired-red)](https://github.com/faf-dev/claude-faf-mcp)
18
18
 
19
- ## 🍊 ZERO FAF | FAFFLESS AI
19
+ ## 🚨 ZERO DEPENDENCIES, ZERO FAFF™
20
+ **11,000+ tests run** • **240+ npm downloads** • **<50ms operations**
21
+
22
+ ## 🍊 ZERO .faf | .fafLESS AI
20
23
 
21
24
  **We ARE the C in MCP.** Vitamin Context for healthy AI. I⚡🍊
22
25
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "claude-faf-mcp",
3
- "version": "2.2.4",
4
- "description": "🏎️ FAF MCP - ALWAYS SHOW AI-READINESS SCORE! Universal AI context management with .faf format. 33+ tools for Claude Desktop. Every command shows AI-Readiness score. Drop file → Type 'faf' → 99% ready! ZERO FAF INNIT! 🏎️⚡",
3
+ "version": "2.2.6",
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": {
7
7
  "claude-faf-mcp": "dist/src/cli.js"
@@ -56,21 +56,18 @@
56
56
  },
57
57
  "files": [
58
58
  "dist/**/*",
59
+ "src/**/*",
59
60
  "README.md",
60
- "LICENSE"
61
+ "CLAUDE.md",
62
+ ".faf",
63
+ "LICENSE",
64
+ "CHANGELOG.md"
61
65
  ],
62
66
  "publishConfig": {
63
- "access": "public",
64
- "registry": "https://registry.npmjs.org/"
67
+ "access": "public"
65
68
  },
66
69
  "dependencies": {
67
- "@modelcontextprotocol/sdk": "^1.0.0",
68
- "commander": "^12.0.0",
69
- "cors": "^2.8.5",
70
- "dotenv": "^16.4.0",
71
- "express": "^5.1.0",
72
- "jsonwebtoken": "^9.0.2",
73
- "zod": "^3.22.0"
70
+ "@modelcontextprotocol/sdk": "^1.0.0"
74
71
  },
75
72
  "devDependencies": {
76
73
  "@jest/globals": "^30.1.2",
@@ -87,18 +84,6 @@
87
84
  "ts-node": "^10.9.2",
88
85
  "typescript": "^5.3.0"
89
86
  },
90
- "files": [
91
- "dist/**/*",
92
- "src/**/*",
93
- "README.md",
94
- "CLAUDE.md",
95
- ".faf",
96
- "LICENSE",
97
- "CHANGELOG.md"
98
- ],
99
- "publishConfig": {
100
- "access": "public"
101
- },
102
87
  "icon": "./assets/icons/faf-icon.png",
103
- "displayName": "FAF 🟠"
88
+ "displayName": ".faf 🟠"
104
89
  }