claude-faf-mcp 2.2.4 ā 2.2.5
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 +4 -4
- package/package.json +9 -18
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
# šļøā”ļø Claude
|
|
1
|
+
# šļøā”ļø Claude .faf MCP Server
|
|
2
2
|
## F1-Inspired AI Context Management for Planet Claude
|
|
3
3
|
|
|
4
4
|
> **š OFFICIAL MCP REGISTRY MEMBER - The JPEG for AI is REAL! š**
|
|
5
5
|
|
|
6
|
-
> **š TESTING CENTER: [`/Users/wolfejam/faf-test-environment`](
|
|
6
|
+
> **š F1-Inspired TESTING CENTER: [`/Users/wolfejam/faf-test-environment`](https://github.com/wolfejam/claude-faf-mcp/blob/main/WOLFEJAM_TESTING_CENTER.md) | [View Dashboard](file:///Users/wolfejam/FAF/claude-faf-mcp/TESTING_CENTER_DASHBOARD.html) š**
|
|
7
7
|
|
|
8
|
-
> **Claude
|
|
8
|
+
> **Claude .faf MCP Server | AI-Context on-demand management with bi-sync for Claude Users of all levels, with C.O.R.E performance faf-engine-Mk1**
|
|
9
9
|
|
|
10
10
|
Transform your projects into AI-optimized collaboration spaces with **C.O.R.E (Comprehensive, Optimized, Relentless, Empirical) performance** powered by the **faf-engine-Mk1** architecture.
|
|
11
11
|
|
|
@@ -16,7 +16,7 @@ Transform your projects into AI-optimized collaboration spaces with **C.O.R.E (C
|
|
|
16
16
|
[](https://www.typescriptlang.org/)
|
|
17
17
|
[](https://github.com/faf-dev/claude-faf-mcp)
|
|
18
18
|
|
|
19
|
-
## š ZERO
|
|
19
|
+
## š ZERO .faf | .fafLESS AI
|
|
20
20
|
|
|
21
21
|
**We ARE the C in MCP.** Vitamin Context for healthy AI. Iā”š
|
|
22
22
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-faf-mcp",
|
|
3
|
-
"version": "2.2.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "2.2.5",
|
|
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": {
|
|
7
7
|
"claude-faf-mcp": "dist/src/cli.js"
|
|
@@ -56,12 +56,15 @@
|
|
|
56
56
|
},
|
|
57
57
|
"files": [
|
|
58
58
|
"dist/**/*",
|
|
59
|
+
"src/**/*",
|
|
59
60
|
"README.md",
|
|
60
|
-
"
|
|
61
|
+
"CLAUDE.md",
|
|
62
|
+
".faf",
|
|
63
|
+
"LICENSE",
|
|
64
|
+
"CHANGELOG.md"
|
|
61
65
|
],
|
|
62
66
|
"publishConfig": {
|
|
63
|
-
"access": "public"
|
|
64
|
-
"registry": "https://registry.npmjs.org/"
|
|
67
|
+
"access": "public"
|
|
65
68
|
},
|
|
66
69
|
"dependencies": {
|
|
67
70
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
@@ -87,18 +90,6 @@
|
|
|
87
90
|
"ts-node": "^10.9.2",
|
|
88
91
|
"typescript": "^5.3.0"
|
|
89
92
|
},
|
|
90
|
-
"files": [
|
|
91
|
-
"dist/**/*",
|
|
92
|
-
"src/**/*",
|
|
93
|
-
"README.md",
|
|
94
|
-
"CLAUDE.md",
|
|
95
|
-
".faf",
|
|
96
|
-
"LICENSE",
|
|
97
|
-
"CHANGELOG.md"
|
|
98
|
-
],
|
|
99
|
-
"publishConfig": {
|
|
100
|
-
"access": "public"
|
|
101
|
-
},
|
|
102
93
|
"icon": "./assets/icons/faf-icon.png",
|
|
103
|
-
"displayName": "
|
|
94
|
+
"displayName": ".faf š "
|
|
104
95
|
}
|