claude-faf-mcp 2.3.4 → 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 +15 -9
  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,17 +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
- ## MCP Server for Claude Desktop - 1,100+ Downloads
5
+ ## 🧡 Orange MCP - Brings .faf directly to Claude Desktop
6
6
 
7
- **100% FREE Forever** • **Zero Setup** • **33+ Tools** • **Works with Claude Desktop**
7
+ **100% FREE Forever** • **Zero Setup** • **33+ Tools** • **1,100+ Weekly Downloads**
8
8
 
9
9
  **[Join the Community](https://github.com/Wolfe-Jam/faf/discussions)** • **[Report Issues](https://github.com/Wolfe-Jam/faf/issues)**
10
10
 
11
11
  </div>
12
12
 
13
- ## 🎉 MAJOR UPDATE v2.3.1 - Friday Features!
14
- **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)
15
16
 
16
17
  **Foundational AI-context Format**
17
18
 
@@ -34,17 +35,22 @@ Universal, shareable AI-Context for any AI, human or team, regardless of size, l
34
35
  [![Downloads](https://img.shields.io/npm/dt/claude-faf-mcp)](https://www.npmjs.com/package/claude-faf-mcp)
35
36
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
36
37
 
37
- ## 🏆 Production Ready
38
+ ## Key Features
38
39
 
39
- **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
40
46
 
41
47
  ## 🚀 Quick Install
42
48
 
43
49
  ### ⚡️💥 GET BOTH! Double Down! (100% FREE)
44
50
  ```bash
45
51
  # Install BOTH for maximum power - completely FREE!
46
- npm install -g claude-faf-mcp # 🧡⚡️ FREE Claude Desktop integration
47
- 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
48
54
 
49
55
  # Add to Claude Desktop
50
56
  echo '{"mcpServers":{"claude-faf-mcp":{"command":"claude-faf-mcp","args":[],"env":{}}}}' > ~/Library/Application\ Support/Claude/claude_desktop_config.json
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "claude-faf-mcp",
3
- "version": "2.3.4",
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"