claude-faf-mcp 2.3.3 → 2.3.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.
- package/CLAUDE.md +4 -0
- package/README.md +18 -13
- package/package.json +2 -2
package/CLAUDE.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# 🏎️ CLAUDE.md - claude-faf-mcp Persistent Context & Intelligence
|
|
2
2
|
|
|
3
|
+
## ⚠️ CRITICAL: NPM PUBLISHING RULES
|
|
4
|
+
**SEE: NPM-PUBLISH-GUIDE.md** - MANUAL PUBLISH ONLY, NO MISTAKES!
|
|
5
|
+
**VERSION CONVENTION:** Version ONCE at top of README only!
|
|
6
|
+
|
|
3
7
|
## PROJECT STATE: ACTIVE 🚀
|
|
4
8
|
**Current Position:** Provide FAF context tools directly in Claude Desktop via MCP
|
|
5
9
|
**Tyre Compound:** ULTRASOFT C5 (Maximum Performance)
|
package/README.md
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
# 🧡⚡️ .faf - The JPEG for AI™
|
|
1
|
+
# 🧡⚡️ claude-faf-mcp v2.3.5 | .faf - The JPEG for AI™
|
|
2
2
|
|
|
3
3
|
<div align="center">
|
|
4
4
|
|
|
5
|
-
##
|
|
6
|
-
[](https://github.com/Wolfe-Jam/faf)
|
|
5
|
+
## 🧡 Orange MCP - Brings .faf directly to Claude Desktop
|
|
7
6
|
|
|
8
|
-
**
|
|
7
|
+
**100% FREE Forever** • **Zero Setup** • **33+ Tools** • **1,100+ Weekly Downloads**
|
|
9
8
|
|
|
10
|
-
**[Join
|
|
9
|
+
**[Join the Community](https://github.com/Wolfe-Jam/faf/discussions)** • **[Report Issues](https://github.com/Wolfe-Jam/faf/issues)**
|
|
11
10
|
|
|
12
11
|
</div>
|
|
13
12
|
|
|
14
|
-
##
|
|
15
|
-
|
|
13
|
+
## 🌟 Join Our Growing Community!
|
|
14
|
+
|
|
15
|
+
### 💬 New Community Hub at [github.com/Wolfe-Jam/faf/discussions](https://github.com/Wolfe-Jam/faf/discussions)
|
|
16
16
|
|
|
17
17
|
**Foundational AI-context Format**
|
|
18
18
|
|
|
@@ -35,17 +35,22 @@ Universal, shareable AI-Context for any AI, human or team, regardless of size, l
|
|
|
35
35
|
[](https://www.npmjs.com/package/claude-faf-mcp)
|
|
36
36
|
[](https://opensource.org/licenses/MIT)
|
|
37
37
|
|
|
38
|
-
##
|
|
38
|
+
## ⚡ Key Features
|
|
39
39
|
|
|
40
|
-
|
|
40
|
+
### Technical Excellence
|
|
41
|
+
- **Performance** - <50ms operations, rigorously benchmarked
|
|
42
|
+
- **Reliability** - Extensively tested including edge cases
|
|
43
|
+
- **Type Safety** - 100% TypeScript with strict mode
|
|
44
|
+
- **Security** - Minimal dependencies (only MCP SDK)
|
|
45
|
+
- **Production Ready** - Zero-error tolerance
|
|
41
46
|
|
|
42
47
|
## 🚀 Quick Install
|
|
43
48
|
|
|
44
49
|
### ⚡️💥 GET BOTH! Double Down! (100% FREE)
|
|
45
50
|
```bash
|
|
46
51
|
# Install BOTH for maximum power - completely FREE!
|
|
47
|
-
npm install -g claude-faf-mcp #
|
|
48
|
-
npm install -g faf-cli #
|
|
52
|
+
npm install -g claude-faf-mcp # 🧡 Orange MCP - Claude Desktop integration
|
|
53
|
+
npm install -g faf-cli # 🩵 Cyan CLI - Command Line Tool
|
|
49
54
|
|
|
50
55
|
# Add to Claude Desktop
|
|
51
56
|
echo '{"mcpServers":{"claude-faf-mcp":{"command":"claude-faf-mcp","args":[],"env":{}}}}' > ~/Library/Application\ Support/Claude/claude_desktop_config.json
|
|
@@ -165,6 +170,6 @@ MIT License - see LICENSE file
|
|
|
165
170
|
|
|
166
171
|
---
|
|
167
172
|
|
|
168
|
-
**Made with 🧡 by wolfejam** | **ZERO DEPENDENCIES, ZERO FAFF™** | **3000+
|
|
173
|
+
**Made with 🧡 by wolfejam** | **ZERO DEPENDENCIES, ZERO FAFF™** | **3000+ HAPPY USERS!** 🎉
|
|
169
174
|
|
|
170
|
-
|
|
175
|
+
**100% FREE Forever** • **No Strings Attached** • **Just Build with Claude**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-faf-mcp",
|
|
3
|
-
"version": "2.3.
|
|
4
|
-
"description": ".faf
|
|
3
|
+
"version": "2.3.5",
|
|
4
|
+
"description": "🧡 Orange MCP - Brings .faf AI context directly into Claude Desktop. Transform any project into perfect AI context. 100% FREE • Open Source • If helpful, a ⭐ is appreciated!",
|
|
5
5
|
"main": "dist/server.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"claude-faf-mcp": "dist/src/cli.js"
|