claude-faf-mcp 2.2.10 → 2.2.12

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 +32 -11
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,24 +1,37 @@
1
- # 🏎️⚡️ claude-faf-mcp
1
+ # FAF - The JPEG for AI
2
2
 
3
- ## .faf The JPEG for AI- Universal AI Context Management
3
+ **Foundational AI-context Format**
4
4
 
5
- > **MCP Compatible | Zero Dependencies | Production Ready**
5
+ Universal, shareable AI-Context for any AI, human or team, regardless of size, location, languages, stack, setup or documentation.
6
6
 
7
- Transform your projects into AI-optimized collaboration spaces with championship-grade performance.
7
+ <div align="center">
8
+ <img src="https://faf.one/orange-smiley.svg" alt="Orange Smiley Logo" width="200" />
9
+
10
+ ### 🎉 800 WEEKLY DOWNLOADS AND CLIMBING! 🎉
11
+ **Have you been dot.faffed yet?**
12
+ **Universal AI Context • 33+ Tools • Real-time Scoring**
13
+
14
+ </div>
15
+
16
+ ## claude-faf-mcp - MCP Implementation 🧡⚡️
17
+
18
+ > **MCP SDK for Protocol | Zero Additional Dependencies | Production Ready**
8
19
 
9
20
  [![NPM Version](https://img.shields.io/npm/v/claude-faf-mcp)](https://www.npmjs.com/package/claude-faf-mcp)
10
21
  [![Downloads](https://img.shields.io/npm/dt/claude-faf-mcp)](https://www.npmjs.com/package/claude-faf-mcp)
11
22
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
12
23
 
13
- ## 🚨 ZERO DEPENDENCIES, ZERO FAFF™
24
+ ## 🏆 Production Ready
14
25
 
15
- **Production v2.2.9** • **11,000+ tests run** • **<50ms operations** • **1 dependency only**
26
+ **v2.2.11** • **800 WEEKLY DOWNLOADS!** 🎉 • **<50ms operations** • **MCP Ready (PR #2759)**
16
27
 
17
28
  ## 🚀 Quick Install
18
29
 
30
+ ### ⚡️💥 GET BOTH! Double Down!
19
31
  ```bash
20
- # Install globally
21
- npm install -g claude-faf-mcp
32
+ # Install BOTH for maximum power!
33
+ npm install -g claude-faf-mcp # 🧡⚡️ Claude Desktop integration
34
+ npm install -g faf-cli # 🩵⚡️ AI-powered CLI
22
35
 
23
36
  # Add to Claude Desktop
24
37
  echo '{"mcpServers":{"claude-faf-mcp":{"command":"claude-faf-mcp","args":[],"env":{}}}}' > ~/Library/Application\ Support/Claude/claude_desktop_config.json
@@ -81,10 +94,10 @@ Add to Claude Desktop configuration:
81
94
 
82
95
  ```
83
96
  📈 Status: PRODUCTION
84
- ├─ 💎 Version: 2.2.9
97
+ ├─ 💎 Version: 2.2.10
85
98
  ├─ 🚀 Performance: <50ms
86
99
  ├─ 📦 Dependencies: 1 (MCP SDK only)
87
- ├─ 🧪 Tests Run: 11,000+
100
+ ├─ 🧪 Tests Run: 11,240+
88
101
  └─ 🏆 AI Readiness: 99%
89
102
  ```
90
103
 
@@ -123,4 +136,12 @@ MIT License - see LICENSE file
123
136
 
124
137
  ---
125
138
 
126
- **Made with 🧡 by wolfejam** | **ZERO DEPENDENCIES, ZERO FAFF™**
139
+ ## ⚡️💥 The Complete FAF Ecosystem
140
+
141
+ [🩵⚡️ CLI](https://npmjs.com/package/faf-cli) • [🧡⚡️ MCP](https://npmjs.com/package/claude-faf-mcp) • [💚⚡️ WEB](https://faf.one) • [🧰⚡️ DevOps](https://fafdev.tools) • [🖥️⚡️ Chrome](https://faf.one/chrome)
142
+
143
+ **🏎️⚡️ FAST AF - The JPEG for AI™**
144
+
145
+ ---
146
+
147
+ **Made with 🧡 by wolfejam** | **ZERO DEPENDENCIES, ZERO FAFF™** | **800+ DOWNLOADS!** 🎉
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-faf-mcp",
3
- "version": "2.2.10",
3
+ "version": "2.2.12",
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": {
@@ -84,6 +84,6 @@
84
84
  "ts-node": "^10.9.2",
85
85
  "typescript": "^5.3.0"
86
86
  },
87
- "icon": "./assets/icons/faf-icon.png",
88
- "displayName": ".faf 🟠"
87
+ "icon": "./assets/icons/orange-smiley.svg",
88
+ "displayName": ".faf 🧡⚡️"
89
89
  }