claude-faf-mcp 2.5.2 โ 2.5.3
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 +7 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# claude-faf-mcp v2.5.
|
|
1
|
+
# claude-faf-mcp v2.5.3
|
|
2
2
|
|
|
3
3
|
<div align="center">
|
|
4
4
|
|
|
@@ -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.3
|
|
131
131
|
Performance: <11ms operations
|
|
132
132
|
TypeScript: 100% strict mode
|
|
133
133
|
Dependencies: 1 (MCP SDK only)
|
|
@@ -138,7 +138,11 @@ Coverage: 4,400+ lines
|
|
|
138
138
|
|
|
139
139
|
---
|
|
140
140
|
|
|
141
|
-
## ๐ What's New in v2.5.
|
|
141
|
+
## ๐ What's New in v2.5.3
|
|
142
|
+
|
|
143
|
+
**Championship branding complete** - Orange Smiley logo & score card now display on NPM (third time's the charm! ๐)
|
|
144
|
+
|
|
145
|
+
### v2.5.2 - Visual Championship Experience
|
|
142
146
|
|
|
143
147
|
### Visual Championship Experience!
|
|
144
148
|
- **Orange Smiley branding** - Complete visual identity on NPM
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-faf-mcp",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.3",
|
|
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
5
|
"icon": "https://faf.one/orange-smiley.svg",
|
|
6
6
|
"logo": "https://faf.one/orange-smiley.svg",
|
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
"license": "MIT",
|
|
53
53
|
"repository": {
|
|
54
54
|
"type": "git",
|
|
55
|
-
"url": "https://github.com/
|
|
55
|
+
"url": "https://github.com/Wolfe-Jam/claude-faf-mcp.git"
|
|
56
56
|
},
|
|
57
57
|
"bugs": {
|
|
58
|
-
"url": "https://github.com/
|
|
58
|
+
"url": "https://github.com/Wolfe-Jam/claude-faf-mcp/issues"
|
|
59
59
|
},
|
|
60
60
|
"homepage": "https://faf.one",
|
|
61
61
|
"engines": {
|