claude-faf-mcp 2.6.4 → 2.6.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 +47 -14
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,11 +1,52 @@
|
|
|
1
|
-
# claude-faf-mcp
|
|
2
|
-
|
|
1
|
+
# claude-faf-mcp
|
|
2
|
+
|
|
3
|
+
## TL;DR
|
|
4
|
+
|
|
5
|
+
**Problem:** AI needs persistent project context to work at its best.
|
|
6
|
+
|
|
7
|
+
**Solution:** The .faf format provides that context. This MCP server gives Claude 33+ tools to create, score, and improve your project context interactively.
|
|
8
|
+
|
|
9
|
+
**How it works:** Get a score (0-100%) showing how well AI understands your project. Higher scores = AI more in-tune with your codebase. Use tools to improve your score and context quality.
|
|
10
|
+
|
|
11
|
+
**Install:**
|
|
12
|
+
```bash
|
|
13
|
+
npm install -g claude-faf-mcp
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
**Configure:** Add to `claude_desktop_config.json`:
|
|
17
|
+
```json
|
|
18
|
+
{
|
|
19
|
+
"mcpServers": {
|
|
20
|
+
"claude-faf-mcp": {
|
|
21
|
+
"command": "claude-faf-mcp"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
**CLI vs MCP clarity**
|
|
28
|
+
- **faf-cli** ([npm](https://www.npmjs.com/package/faf-cli)): Runs on your machine locally in a terminal
|
|
29
|
+
- **claude-faf-mcp** (this): Runs through Claude Desktop as a tool
|
|
30
|
+
|
|
31
|
+
Same .faf, different way to use. Same Project DNA and scoring. Same capabilities. Different execution layer.
|
|
32
|
+
|
|
33
|
+
Use CLI for raw speed and local development; use MCP for AI-integrated workflows. No feature gaps between them - pick based on your flow.
|
|
34
|
+
|
|
35
|
+
Most users want both: faf-cli for local work, claude-faf-mcp for Claude Desktop integration.
|
|
36
|
+
|
|
37
|
+
[Website](https://faf.one) | [GitHub](https://github.com/Wolfe-Jam/claude-faf-mcp) | [Discussions](https://github.com/Wolfe-Jam/claude-faf-mcp/discussions)
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## 📚 Complete Documentation
|
|
42
|
+
|
|
43
|
+
**For developers who want the full story**, here's everything about FAF's architecture, testing, and championship engineering standards.
|
|
3
44
|
|
|
4
45
|
<div align="center">
|
|
5
46
|
|
|
6
47
|
<img src="https://cdn.jsdelivr.net/npm/claude-faf-mcp@latest/assets/icons/faf-icon-64.png" alt="Orange Smiley" width="48" />
|
|
7
48
|
|
|
8
|
-
**🏆 Anthropic-Approved MCP Server** • **100% error-free TS strict
|
|
49
|
+
**🏆 Anthropic-Approved MCP Server** • **100% error-free TS strict code** • **Project DNA ✨ for AI-Context, On-Demand**
|
|
9
50
|
|
|
10
51
|
</div>
|
|
11
52
|
|
|
@@ -13,21 +54,13 @@ Now featuring New Skills.md 🎸 integration
|
|
|
13
54
|
|
|
14
55
|
[](https://www.npmjs.com/package/claude-faf-mcp)
|
|
15
56
|
[](https://www.npmjs.com/package/claude-faf-mcp)
|
|
16
|
-
[](https://www.npmjs.com/package/claude-faf-mcp)
|
|
17
57
|
[](https://opensource.org/licenses/MIT)
|
|
18
58
|
|
|
19
|
-
[](https://www.typescriptlang.org/)
|
|
20
|
-
[](https://nodejs.org)
|
|
21
|
-
[](https://github.com/Wolfe-Jam/claude-faf-mcp)
|
|
22
|
-
[](./CONTRIBUTING.md)
|
|
23
|
-
|
|
24
59
|
[](https://github.com/modelcontextprotocol/servers)
|
|
25
|
-
[](./docs/evaluations/WJTTC-Comprehensive-Evaluation-2025-10-12.md)
|
|
60
|
+
[](https://www.typescriptlang.org/)
|
|
27
61
|
[](./docs/evaluations/)
|
|
28
|
-
[](./docs/evaluations/)
|
|
29
62
|
|
|
30
|
-
**[Website](https://faf.one)** • **[Docs](https://
|
|
63
|
+
**[Website](https://faf.one)** • **[Docs](https://github.com/Wolfe-Jam/claude-faf-mcp)** • **[Community](https://github.com/Wolfe-Jam/claude-faf-mcp/discussions)**
|
|
31
64
|
|
|
32
65
|
</div>
|
|
33
66
|
|
|
@@ -279,7 +312,7 @@ We welcome contributions! Join our [community discussions](https://github.com/Wo
|
|
|
279
312
|
|
|
280
313
|
Made with 🧡 by wolfejam.dev
|
|
281
314
|
|
|
282
|
-
**
|
|
315
|
+
**Free forever** • **Zero dependencies** • **Zero Faff™**
|
|
283
316
|
|
|
284
317
|
[⭐ Star on GitHub](https://github.com/Wolfe-Jam/claude-faf-mcp) • [📦 View on NPM](https://www.npmjs.com/package/claude-faf-mcp)
|
|
285
318
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-faf-mcp",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.5",
|
|
4
4
|
"mcpName": "io.github.Wolfe-Jam/claude-faf-mcp",
|
|
5
5
|
"description": "Persistent project context • MCP server for Claude Desktop • MIT License",
|
|
6
6
|
"icon": "./assets/icons/faf-icon-64.png",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"access": "public"
|
|
113
113
|
},
|
|
114
114
|
"dependencies": {
|
|
115
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
115
|
+
"@modelcontextprotocol/sdk": "^1.20.1"
|
|
116
116
|
},
|
|
117
117
|
"devDependencies": {
|
|
118
118
|
"@jest/globals": "^30.1.2",
|