claude-faf-mcp 2.3.1 โ 2.3.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 +16 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
# ๐งกโก๏ธ .faf - The JPEG for AIโข
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
<div align="center">
|
|
4
|
+
|
|
5
|
+
## โญ GitHub Stars NEEDED! You Get Software, We Get a STAR! Deal? โญ
|
|
6
|
+
[](https://github.com/Wolfe-Jam/faf)
|
|
7
|
+
|
|
8
|
+
**The Deal: FREE MCP Server (worth $$$) for 1 Click โญ**
|
|
9
|
+
|
|
10
|
+
**[Join 3000+ Users](https://github.com/Wolfe-Jam/faf/discussions) | [Star Now](https://github.com/Wolfe-Jam/faf) | It's a Fair Trade!**
|
|
11
|
+
|
|
12
|
+
</div>
|
|
13
|
+
|
|
14
|
+
## ๐ MAJOR UPDATE v2.3.1 - Friday Features!
|
|
4
15
|
**No pricing, no subscriptions, 100% FREE MCP Server**
|
|
5
16
|
|
|
6
17
|
**Foundational AI-context Format**
|
|
@@ -26,7 +37,7 @@ Universal, shareable AI-Context for any AI, human or team, regardless of size, l
|
|
|
26
37
|
|
|
27
38
|
## ๐ Production Ready
|
|
28
39
|
|
|
29
|
-
**v2.3.
|
|
40
|
+
**v2.3.1** โข **๐ FREE & Open Source** โข **800+ WEEKLY DOWNLOADS!** ๐ โข **<50ms operations** โข **MCP Ready (PR #2759)**
|
|
30
41
|
|
|
31
42
|
## ๐ Quick Install
|
|
32
43
|
|
|
@@ -154,4 +165,6 @@ MIT License - see LICENSE file
|
|
|
154
165
|
|
|
155
166
|
---
|
|
156
167
|
|
|
157
|
-
**Made with ๐งก by wolfejam** | **ZERO DEPENDENCIES, ZERO FAFFโข** | **
|
|
168
|
+
**Made with ๐งก by wolfejam** | **ZERO DEPENDENCIES, ZERO FAFFโข** | **3000+ DOWNLOADS!** ๐
|
|
169
|
+
|
|
170
|
+
[โญ Star on GitHub](https://github.com/Wolfe-Jam/faf) if you find this useful!
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-faf-mcp",
|
|
3
|
-
"version": "2.3.
|
|
4
|
-
"description": ".faf The JPEG for AI
|
|
3
|
+
"version": "2.3.3",
|
|
4
|
+
"description": ".faf - The JPEG for AIโข | Foundational AI-context Format | MCP Version for Claude Desktop | 33+ FREE tools | 3000+ users",
|
|
5
5
|
"main": "dist/server.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"claude-faf-mcp": "dist/src/cli.js"
|