claude-faf-mcp 2.2.9 โ 2.2.11
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 +9 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
#
|
|
1
|
+
# FAF - The JPEG for AI
|
|
2
|
+
**Foundational AI-context Format**
|
|
2
3
|
|
|
3
|
-
|
|
4
|
+
Universal, shareable AI-Context for any AI, human or team, regardless of size, location, languages, stack, setup or documentation.
|
|
4
5
|
|
|
5
|
-
|
|
6
|
+
## claude-faf-mcp - MCP Implementation
|
|
6
7
|
|
|
7
|
-
|
|
8
|
+
> **MCP SDK for Protocol | Zero Additional Dependencies | Production Ready**
|
|
8
9
|
|
|
9
10
|
[](https://www.npmjs.com/package/claude-faf-mcp)
|
|
10
11
|
[](https://www.npmjs.com/package/claude-faf-mcp)
|
|
11
12
|
[](https://opensource.org/licenses/MIT)
|
|
12
13
|
|
|
13
|
-
##
|
|
14
|
+
## ๐ Production Ready
|
|
14
15
|
|
|
15
|
-
**
|
|
16
|
+
**v2.2.10** โข **11,240+ tests passed** โข **<50ms operations** โข **MCP Ready (PR #2759)**
|
|
16
17
|
|
|
17
18
|
## ๐ Quick Install
|
|
18
19
|
|
|
@@ -81,10 +82,10 @@ Add to Claude Desktop configuration:
|
|
|
81
82
|
|
|
82
83
|
```
|
|
83
84
|
๐ Status: PRODUCTION
|
|
84
|
-
โโ ๐ Version: 2.2.
|
|
85
|
+
โโ ๐ Version: 2.2.10
|
|
85
86
|
โโ ๐ Performance: <50ms
|
|
86
87
|
โโ ๐ฆ Dependencies: 1 (MCP SDK only)
|
|
87
|
-
โโ ๐งช Tests Run: 11,
|
|
88
|
+
โโ ๐งช Tests Run: 11,240+
|
|
88
89
|
โโ ๐ AI Readiness: 99%
|
|
89
90
|
```
|
|
90
91
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-faf-mcp",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.11",
|
|
4
4
|
"description": ".faf The JPEG for AI is here. The C in MCP is .faf - Foundational AI-context Format. Universal AI context management with 33+ tools for Claude Desktop. Every command shows AI-Readiness score. Drop file โ Type 'faf' โ 99% ready!",
|
|
5
5
|
"main": "dist/server.js",
|
|
6
6
|
"bin": {
|