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.
Files changed (3) hide show
  1. package/CLAUDE.md +4 -0
  2. package/README.md +18 -13
  3. 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
- ## GitHub Stars NEEDED! You Get Software, We Get a STAR! Deal? ⭐
6
- [![GitHub stars](https://img.shields.io/github/stars/Wolfe-Jam/faf?style=social)](https://github.com/Wolfe-Jam/faf)
5
+ ## 🧡 Orange MCP - Brings .faf directly to Claude Desktop
7
6
 
8
- **The Deal: FREE MCP Server (worth $$$) for 1 Click ⭐**
7
+ **100% FREE Forever** **Zero Setup** **33+ Tools** • **1,100+ Weekly Downloads**
9
8
 
10
- **[Join 3000+ Users](https://github.com/Wolfe-Jam/faf/discussions) | [Star Now](https://github.com/Wolfe-Jam/faf) | It's a Fair Trade!**
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
- ## 🎉 MAJOR UPDATE v2.3.1 - Friday Features!
15
- **No pricing, no subscriptions, 100% FREE MCP Server**
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
  [![Downloads](https://img.shields.io/npm/dt/claude-faf-mcp)](https://www.npmjs.com/package/claude-faf-mcp)
36
36
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
37
37
 
38
- ## 🏆 Production Ready
38
+ ## Key Features
39
39
 
40
- **v2.3.1** **🆓 FREE & Open Source** • **800+ WEEKLY DOWNLOADS!** 🎉 • **<50ms operations** • **MCP Ready (PR #2759)**
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 # 🧡⚡️ FREE Claude Desktop integration
48
- npm install -g faf-cli # 🩵⚡️ FREE AI-powered 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+ DOWNLOADS!** 🎉
173
+ **Made with 🧡 by wolfejam** | **ZERO DEPENDENCIES, ZERO FAFF™** | **3000+ HAPPY USERS!** 🎉
169
174
 
170
- [⭐ Star on GitHub](https://github.com/Wolfe-Jam/faf) if you find this useful!
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.3",
4
- "description": ".faf - The JPEG for AI™ | Foundational AI-context Format | MCP Version for Claude Desktop | 33+ FREE tools | 3000+ users",
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"