claude-faf-mcp 2.5.2 → 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 CHANGED
@@ -1,8 +1,8 @@
1
- # claude-faf-mcp v2.5.2
1
+ # claude-faf-mcp v2.5.4
2
2
 
3
3
  <div align="center">
4
4
 
5
- <img src="./assets/icons/orange-smiley.svg" alt="Orange Smiley" width="48" />
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
- ![FAF Championship Score Card](./assets/faf-championship-scorecard.png)
26
+ ![FAF Championship Score Card](https://raw.githubusercontent.com/Wolfe-Jam/claude-faf-mcp/main/assets/faf-championship-scorecard.png)
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.2
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,20 @@ Coverage: 4,400+ lines
138
138
 
139
139
  ---
140
140
 
141
- ## 🎉 What's New in v2.5.2
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...]
151
+
152
+ **Championship branding complete** - Orange Smiley logo & score card now display on NPM (third time's the charm! 🏆)
153
+
154
+ ### v2.5.2 - Visual Championship Experience
142
155
 
143
156
  ### Visual Championship Experience!
144
157
  - **Orange Smiley branding** - Complete visual identity on NPM
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "claude-faf-mcp",
3
- "version": "2.5.2",
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": "https://faf.one/orange-smiley.svg",
6
- "logo": "https://faf.one/orange-smiley.svg",
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": {
@@ -52,10 +52,10 @@
52
52
  "license": "MIT",
53
53
  "repository": {
54
54
  "type": "git",
55
- "url": "https://github.com/wolfejam/claude-faf-mcp.git"
55
+ "url": "https://github.com/Wolfe-Jam/claude-faf-mcp.git"
56
56
  },
57
57
  "bugs": {
58
- "url": "https://github.com/wolfejam/claude-faf-mcp/issues"
58
+ "url": "https://github.com/Wolfe-Jam/claude-faf-mcp/issues"
59
59
  },
60
60
  "homepage": "https://faf.one",
61
61
  "engines": {
@@ -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>