claude-faf-mcp 2.5.3 → 2.5.4
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 +14 -5
- package/package.json +3 -3
- package/assets/icons/orange-smiley.svg +0 -6
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# claude-faf-mcp v2.5.
|
|
1
|
+
# claude-faf-mcp v2.5.4
|
|
2
2
|
|
|
3
3
|
<div align="center">
|
|
4
4
|
|
|
5
|
-
<img src="
|
|
5
|
+
<img src="https://raw.githubusercontent.com/Wolfe-Jam/claude-faf-mcp/main/assets/icons/faf-icon-64.png" alt="Orange Smiley" width="48" />
|
|
6
6
|
|
|
7
7
|
**Project DNA ✨ for ANY AI** • **33+ Tools** • **Championship Scoring**
|
|
8
8
|
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
## 🏆 Championship Scoring System
|
|
25
25
|
|
|
26
|
-

|
|
27
27
|
|
|
28
28
|
Track your project's AI-readiness with F1-inspired tiers:
|
|
29
29
|
|
|
@@ -127,7 +127,7 @@ The `.faf` file persists across conversations - no need to re-explain your proje
|
|
|
127
127
|
## 📊 Technical Specs
|
|
128
128
|
|
|
129
129
|
```
|
|
130
|
-
Version: 2.5.
|
|
130
|
+
Version: 2.5.4
|
|
131
131
|
Performance: <11ms operations
|
|
132
132
|
TypeScript: 100% strict mode
|
|
133
133
|
Dependencies: 1 (MCP SDK only)
|
|
@@ -138,7 +138,16 @@ Coverage: 4,400+ lines
|
|
|
138
138
|
|
|
139
139
|
---
|
|
140
140
|
|
|
141
|
-
##
|
|
141
|
+
## ✨ What's New in v2.5.4
|
|
142
|
+
|
|
143
|
+
**Image Fix Release** - GitHub raw URLs ensure reliable display across npm, GitHub, and docs.
|
|
144
|
+
- Fixed broken image links on npmjs.com package page
|
|
145
|
+
- Orange Smiley logo now renders at top
|
|
146
|
+
- Championship Score Card displays in scoring section
|
|
147
|
+
- All v2.5.2 functionality maintained
|
|
148
|
+
|
|
149
|
+
### v2.5.2 - Visual Championship Experience
|
|
150
|
+
[keep rest as-is...]
|
|
142
151
|
|
|
143
152
|
**Championship branding complete** - Orange Smiley logo & score card now display on NPM (third time's the charm! 🏆)
|
|
144
153
|
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-faf-mcp",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.4",
|
|
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": "
|
|
6
|
-
"logo": "
|
|
5
|
+
"icon": "./assets/icons/faf-icon-64.png",
|
|
6
|
+
"logo": "./assets/icons/faf-icon-64.png",
|
|
7
7
|
"displayName": ".faf 🧡⚡️",
|
|
8
8
|
"main": "dist/src/index.js",
|
|
9
9
|
"bin": {
|
|
@@ -1,6 +0,0 @@
|
|
|
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>
|