claude-faf-mcp 2.2.2 → 2.2.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 +5 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
# 🏎️⚡️ Claude FAF MCP Server
|
|
2
2
|
## F1-Inspired AI Context Management for Planet Claude
|
|
3
3
|
|
|
4
|
+
> **🏆 OFFICIAL MCP REGISTRY MEMBER - The JPEG for AI is REAL! 🏆**
|
|
5
|
+
|
|
4
6
|
> **🏁 TESTING CENTER: [`/Users/wolfejam/faf-test-environment`](./WOLFEJAM_TESTING_CENTER.md) | [View Dashboard](file:///Users/wolfejam/FAF/claude-faf-mcp/TESTING_CENTER_DASHBOARD.html) 🏁**
|
|
5
7
|
|
|
6
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**
|
|
7
9
|
|
|
8
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.
|
|
9
11
|
|
|
10
|
-
[](https://github.com/modelcontextprotocol/servers)
|
|
13
|
+
[](https://www.npmjs.com/package/claude-faf-mcp)
|
|
11
14
|
[](https://claude.ai)
|
|
15
|
+
[](https://faf-one-svelte.vercel.app)
|
|
12
16
|
[](https://www.typescriptlang.org/)
|
|
13
17
|
[](https://github.com/faf-dev/claude-faf-mcp)
|
|
14
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-faf-mcp",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.3",
|
|
4
4
|
"description": "🏎️ FAF MCP - ALWAYS SHOW AI-READINESS SCORE! Universal AI context management with .faf format. 33+ tools for Claude Desktop. Every command shows AI-Readiness score. Drop file → Type 'faf' → 99% ready! ZERO FAF INNIT! 🏎️⚡",
|
|
5
5
|
"main": "dist/server.js",
|
|
6
6
|
"bin": {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"bugs": {
|
|
51
51
|
"url": "https://github.com/wolfejam/claude-faf-mcp/issues"
|
|
52
52
|
},
|
|
53
|
-
"homepage": "https://faf.
|
|
53
|
+
"homepage": "https://faf-one-svelte.vercel.app",
|
|
54
54
|
"engines": {
|
|
55
55
|
"node": ">=18.0.0"
|
|
56
56
|
},
|