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.
Files changed (2) hide show
  1. package/README.md +47 -14
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,11 +1,52 @@
1
- # claude-faf-mcp v2.6.4 🏆 1st Persistent Project AI Context MCP Server.
2
- Now featuring New Skills.md 🎸 integration
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 Gold Code Standard** • **Project DNA ✨ for AI-Context, On-Demand.**
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
  [![NPM Version](https://img.shields.io/npm/v/claude-faf-mcp)](https://www.npmjs.com/package/claude-faf-mcp)
15
56
  [![Downloads](https://img.shields.io/npm/dt/claude-faf-mcp)](https://www.npmjs.com/package/claude-faf-mcp)
16
- [![Weekly Downloads](https://img.shields.io/npm/dw/claude-faf-mcp)](https://www.npmjs.com/package/claude-faf-mcp)
17
57
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
18
58
 
19
- [![TypeScript](https://img.shields.io/badge/TypeScript-100%25%20Strict-3178C6?logo=typescript)](https://www.typescriptlang.org/)
20
- [![Node Version](https://img.shields.io/node/v/claude-faf-mcp)](https://nodejs.org)
21
- [![GitHub Stars](https://img.shields.io/github/stars/Wolfe-Jam/claude-faf-mcp?style=social)](https://github.com/Wolfe-Jam/claude-faf-mcp)
22
- [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](./CONTRIBUTING.md)
23
-
24
59
  [![Official MCP Registry](https://img.shields.io/badge/Anthropic-Official%20MCP%20Registry-success?logo=github)](https://github.com/modelcontextprotocol/servers)
25
- [![Production Ready](https://img.shields.io/badge/Status-Production%20Ready-success)](https://wolfe-jam.github.io/claude-faf-mcp/)
26
- [![Gold Standard](https://img.shields.io/badge/Evaluation-94.4%2F100%20Gold-FFD700)](./docs/evaluations/WJTTC-Comprehensive-Evaluation-2025-10-12.md)
60
+ [![TypeScript](https://img.shields.io/badge/TypeScript-100%25%20Strict-3178C6?logo=typescript)](https://www.typescriptlang.org/)
27
61
  [![Tests](https://img.shields.io/badge/Tests-730%20C.O.R.E-success)](./docs/evaluations/)
28
- [![Performance](https://img.shields.io/badge/Performance-%3C11ms-success)](./docs/evaluations/)
29
62
 
30
- **[Website](https://faf.one)** • **[Docs](https://wolfe-jam.github.io/claude-faf-mcp/)** • **[Community](https://github.com/Wolfe-Jam/claude-faf-mcp/discussions)** • **[Contributing](./CONTRIBUTING.md)**
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
- **100% FREE Forever** • **Zero Dependencies** • **Zero Faff™**
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.4",
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.0.0"
115
+ "@modelcontextprotocol/sdk": "^1.20.1"
116
116
  },
117
117
  "devDependencies": {
118
118
  "@jest/globals": "^30.1.2",