claude-faf-mcp 2.5.1 → 2.5.2

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 CHANGED
@@ -1,9 +1,15 @@
1
- # claude-faf-mcp v2.5.1
1
+ # claude-faf-mcp v2.5.2
2
2
 
3
3
  <div align="center">
4
4
 
5
+ <img src="./assets/icons/orange-smiley.svg" alt="Orange Smiley" width="48" />
6
+
5
7
  **Project DNA ✨ for ANY AI** • **33+ Tools** • **Championship Scoring**
6
8
 
9
+ </div>
10
+
11
+ <div align="center">
12
+
7
13
  [![NPM Version](https://img.shields.io/npm/v/claude-faf-mcp)](https://www.npmjs.com/package/claude-faf-mcp)
8
14
  [![Downloads](https://img.shields.io/npm/dt/claude-faf-mcp)](https://www.npmjs.com/package/claude-faf-mcp)
9
15
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -17,6 +23,8 @@
17
23
 
18
24
  ## 🏆 Championship Scoring System
19
25
 
26
+ ![FAF Championship Score Card](./assets/faf-championship-scorecard.png)
27
+
20
28
  Track your project's AI-readiness with F1-inspired tiers:
21
29
 
22
30
  ```
@@ -119,7 +127,7 @@ The `.faf` file persists across conversations - no need to re-explain your proje
119
127
  ## 📊 Technical Specs
120
128
 
121
129
  ```
122
- Version: 2.5.1
130
+ Version: 2.5.2
123
131
  Performance: <11ms operations
124
132
  TypeScript: 100% strict mode
125
133
  Dependencies: 1 (MCP SDK only)
@@ -130,9 +138,14 @@ Coverage: 4,400+ lines
130
138
 
131
139
  ---
132
140
 
133
- ## 🎉 What's New in v2.5.1
141
+ ## 🎉 What's New in v2.5.2
134
142
 
135
- ### Documentation Polish
143
+ ### Visual Championship Experience!
144
+ - **Orange Smiley branding** - Complete visual identity on NPM
145
+ - **Score card screenshot** - See the actual terminal output
146
+ - **Championship polish** - Professional presentation
147
+
148
+ ### v2.5.1 - Documentation Polish
136
149
  - **Championship README** - Trophy section leads for immediate impact
137
150
  - **Optimized description** - Cleaner NPM presence
138
151
  - **Professional structure** - Scannable, modern layout
@@ -143,19 +156,13 @@ Coverage: 4,400+ lines
143
156
  - **Milestone tracking** with next-level guidance
144
157
  - **Enhanced scoring** for better project analysis
145
158
 
146
- ### v2.4 Highlights
147
- - **TypeScript Championship** - Full strict mode enabled
148
- - **Chrome Extension** auto-detection
149
- - **Fuzzy matching** for tool discovery
150
- - **Performance boost** - Maintained <11ms operations
151
-
152
159
  ---
153
160
 
154
161
  ## 🏗️ Development
155
162
 
156
163
  ```bash
157
164
  # Clone
158
- git clone https://github.com/wolfejam/claude-faf-mcp.git
165
+ git clone https://github.com/Wolfe-Jam/claude-faf-mcp.git
159
166
  cd claude-faf-mcp
160
167
 
161
168
  # Install & Build
@@ -204,7 +211,7 @@ We welcome contributions! Join our [community discussions](https://github.com/Wo
204
211
 
205
212
  <div align="center">
206
213
 
207
- **Made with 🧡 by wolfejam**
214
+ **Made with 🧡 by wolfejam.dev**
208
215
 
209
216
  **100% FREE Forever** • **Zero Dependencies** • **Zero Faff™**
210
217
 
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,6 @@
1
+ <svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="256" cy="256" r="240" fill="#FF6B35"/>
3
+ <circle cx="180" cy="200" r="30" fill="#FFFFFF"/>
4
+ <circle cx="332" cy="200" r="30" fill="#FFFFFF"/>
5
+ <path d="M180 320 Q256 400 332 320" stroke="#FFFFFF" stroke-width="24" stroke-linecap="round" fill="none"/>
6
+ </svg>
package/package.json CHANGED
@@ -1,7 +1,10 @@
1
1
  {
2
2
  "name": "claude-faf-mcp",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
4
4
  "description": "MCP for .faf | Project DNA for true AI context in Claude Desktop ✨ - Transform projects with perfect AI understanding • 33+ tools, Championship scoring • 100% TypeScript strict 🧡 Orange Smiley MCP • FREE & Open Source",
5
+ "icon": "https://faf.one/orange-smiley.svg",
6
+ "logo": "https://faf.one/orange-smiley.svg",
7
+ "displayName": ".faf 🧡⚡️",
5
8
  "main": "dist/src/index.js",
6
9
  "bin": {
7
10
  "claude-faf-mcp": "dist/src/index.js"
@@ -60,6 +63,7 @@
60
63
  },
61
64
  "files": [
62
65
  "dist/**/*",
66
+ "assets/**/*",
63
67
  "README.md",
64
68
  "CLAUDE.md",
65
69
  ".faf",
@@ -86,7 +90,5 @@
86
90
  "ts-jest": "^29.1.0",
87
91
  "ts-node": "^10.9.2",
88
92
  "typescript": "^5.3.0"
89
- },
90
- "icon": "./assets/icons/orange-smiley.svg",
91
- "displayName": ".faf 🧡⚡️"
93
+ }
92
94
  }