claude-faf-mcp 2.2.13 → 2.2.15
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 +9 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
# .faf - The JPEG for AI™
|
|
1
|
+
# 🧡⚡️ .faf - The JPEG for AI™
|
|
2
|
+
|
|
3
|
+
## 🎉 MAJOR UPDATE v2.2.15 - FREE & Open Source!
|
|
4
|
+
**No pricing, no subscriptions, 100% FREE MCP Server**
|
|
2
5
|
|
|
3
6
|
**Foundational AI-context Format**
|
|
4
7
|
|
|
@@ -23,15 +26,15 @@ Universal, shareable AI-Context for any AI, human or team, regardless of size, l
|
|
|
23
26
|
|
|
24
27
|
## 🏆 Production Ready
|
|
25
28
|
|
|
26
|
-
**v2.2.
|
|
29
|
+
**v2.2.15** • **🆓 FREE & Open Source** • **800+ WEEKLY DOWNLOADS!** 🎉 • **<50ms operations** • **MCP Ready (PR #2759)**
|
|
27
30
|
|
|
28
31
|
## 🚀 Quick Install
|
|
29
32
|
|
|
30
|
-
### ⚡️💥 GET BOTH! Double Down!
|
|
33
|
+
### ⚡️💥 GET BOTH! Double Down! (100% FREE)
|
|
31
34
|
```bash
|
|
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
|
|
35
|
+
# Install BOTH for maximum power - completely FREE!
|
|
36
|
+
npm install -g claude-faf-mcp # 🧡⚡️ FREE Claude Desktop integration
|
|
37
|
+
npm install -g faf-cli # 🩵⚡️ FREE AI-powered CLI
|
|
35
38
|
|
|
36
39
|
# Add to Claude Desktop
|
|
37
40
|
echo '{"mcpServers":{"claude-faf-mcp":{"command":"claude-faf-mcp","args":[],"env":{}}}}' > ~/Library/Application\ Support/Claude/claude_desktop_config.json
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-faf-mcp",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.15",
|
|
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": {
|