claude-faf-mcp 2.2.4 → 2.2.5

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 +4 -4
  2. package/package.json +9 -18
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,7 @@ 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 .faf | .fafLESS AI
20
20
 
21
21
  **We ARE the C in MCP.** Vitamin Context for healthy AI. Iāš”šŸŠ
22
22
 
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.5",
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,12 +56,15 @@
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
70
  "@modelcontextprotocol/sdk": "^1.0.0",
@@ -87,18 +90,6 @@
87
90
  "ts-node": "^10.9.2",
88
91
  "typescript": "^5.3.0"
89
92
  },
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
93
  "icon": "./assets/icons/faf-icon.png",
103
- "displayName": "FAF 🟠"
94
+ "displayName": ".faf 🟠"
104
95
  }