claude-faf-mcp 2.2.11 → 2.2.13
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 +26 -6
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,9 +1,19 @@
|
|
|
1
|
-
#
|
|
1
|
+
# .faf - The JPEG for AI™
|
|
2
|
+
|
|
2
3
|
**Foundational AI-context Format**
|
|
3
4
|
|
|
4
5
|
Universal, shareable AI-Context for any AI, human or team, regardless of size, location, languages, stack, setup or documentation.
|
|
5
6
|
|
|
6
|
-
|
|
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? 🧡⚡️](https://faf.one)**
|
|
12
|
+
**Universal AI Context • 33+ Tools • Real-time Scoring**
|
|
13
|
+
|
|
14
|
+
</div>
|
|
15
|
+
|
|
16
|
+
## claude-faf-mcp - MCP Implementation 🧡⚡️
|
|
7
17
|
|
|
8
18
|
> **MCP SDK for Protocol | Zero Additional Dependencies | Production Ready**
|
|
9
19
|
|
|
@@ -13,13 +23,15 @@ Universal, shareable AI-Context for any AI, human or team, regardless of size, l
|
|
|
13
23
|
|
|
14
24
|
## 🏆 Production Ready
|
|
15
25
|
|
|
16
|
-
**v2.2.
|
|
26
|
+
**v2.2.11** • **800 WEEKLY DOWNLOADS!** 🎉 • **<50ms operations** • **MCP Ready (PR #2759)**
|
|
17
27
|
|
|
18
28
|
## 🚀 Quick Install
|
|
19
29
|
|
|
30
|
+
### ⚡️💥 GET BOTH! Double Down!
|
|
20
31
|
```bash
|
|
21
|
-
# Install
|
|
22
|
-
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
|
|
23
35
|
|
|
24
36
|
# Add to Claude Desktop
|
|
25
37
|
echo '{"mcpServers":{"claude-faf-mcp":{"command":"claude-faf-mcp","args":[],"env":{}}}}' > ~/Library/Application\ Support/Claude/claude_desktop_config.json
|
|
@@ -124,4 +136,12 @@ MIT License - see LICENSE file
|
|
|
124
136
|
|
|
125
137
|
---
|
|
126
138
|
|
|
127
|
-
|
|
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.
|
|
3
|
+
"version": "2.2.13",
|
|
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/
|
|
88
|
-
"displayName": ".faf
|
|
87
|
+
"icon": "./assets/icons/orange-smiley.svg",
|
|
88
|
+
"displayName": ".faf 🧡⚡️"
|
|
89
89
|
}
|