claude-faf-mcp 3.0.4 โ 3.1.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/CHANGELOG.md +33 -0
- package/CLAUDE.md +18 -0
- package/README.md +49 -17
- package/package.json +1 -1
- package/.faf +0 -10
- package/assets/faf-championship-scorecard.png +0 -0
- package/assets/icons/faf-icon-256.png +0 -0
- package/assets/icons/faf-icon-512.png +0 -0
- package/assets/icons/faf-icon-64.png +0 -0
- package/assets/icons/faf-icon.png +0 -0
- package/assets/project-faf-screenshot copy.png +0 -0
- package/assets/project-faf-screenshot.png +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,39 @@ All notable changes to claude-faf-mcp will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [3.0.5] - 2025-11-07
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
- **Discord Release Automation** - Automatic Discord announcements for new releases
|
|
12
|
+
- **MCP Mission Statement** - Clarified .faf's position as universal Context layer for Model Context Protocol
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
- **Documentation Polish** - Updated README from beta messaging to stable v3.0.4+ docs
|
|
16
|
+
- **Code Cleanup** - Post-release refactoring and optimization
|
|
17
|
+
|
|
18
|
+
### Fixed
|
|
19
|
+
- **File Utils** - Simplified file handling logic
|
|
20
|
+
- **FAF File Finder** - Improved project.faf detection with better fallback logic
|
|
21
|
+
|
|
22
|
+
## [3.0.4] - 2025-11-06
|
|
23
|
+
|
|
24
|
+
๐๏ธ **100% Standalone Achievement - Championship Complete**
|
|
25
|
+
|
|
26
|
+
### Added
|
|
27
|
+
- **faf_quick** - Lightning-fast project.faf creation (3ms average)
|
|
28
|
+
- **faf_enhance** - Intelligent enhancement with auto-detection (63ms)
|
|
29
|
+
|
|
30
|
+
### Changed
|
|
31
|
+
- **Mk3 Complete** - 14/14 bundled commands (was 12/14)
|
|
32
|
+
- **100% Standalone** - Zero CLI dependencies across all 50 tools
|
|
33
|
+
- **16.2x Speedup** - Average performance improvement over CLI versions
|
|
34
|
+
- **19ms Average** - Execution time across all bundled commands
|
|
35
|
+
|
|
36
|
+
### Performance
|
|
37
|
+
- 50/50 MCP tools operational (100% success rate)
|
|
38
|
+
- Fastest command: 1ms (formats)
|
|
39
|
+
- Unmeasurable: 0ms (migrate - too fast!)
|
|
40
|
+
|
|
8
41
|
## [3.0.3] - 2025-11-06
|
|
9
42
|
|
|
10
43
|
### Added
|
package/CLAUDE.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
# ๐๏ธ CLAUDE.md - claude-faf-mcp Persistent Context & Intelligence
|
|
2
|
+
**.faf format | project.faf**
|
|
2
3
|
|
|
3
4
|
## PROJECT STATE: ACTIVE ๐
|
|
4
5
|
**Current Position:** Provide FAF context tools directly in Claude Desktop via MCP
|
|
@@ -13,6 +14,23 @@
|
|
|
13
14
|
- **Stack:** Node.js/TypeScript
|
|
14
15
|
- **Quality:** F1-INSPIRED (Championship Performance)
|
|
15
16
|
|
|
17
|
+
### Our Mission - The .faf Position in MCP
|
|
18
|
+
|
|
19
|
+
**This is who we are. This is where we live:**
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
Model Context Protocol
|
|
23
|
+
โโโโโ โโโโโโโ โโโโโโโโ
|
|
24
|
+
Claude โ .faf โ MCP
|
|
25
|
+
Gemini โ .faf โ MCP
|
|
26
|
+
Codex โ .faf โ MCP
|
|
27
|
+
Any LLM โ IANA Format โ Open Protocol
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
**.faf is the foundational, universal base layer** for any Model using the MCP Protocol.
|
|
31
|
+
|
|
32
|
+
.FAF provides the standardized Context that makes the Model Context Protocol work for everyone.
|
|
33
|
+
|
|
16
34
|
### Technical Architecture
|
|
17
35
|
- **What Building:** Universal FAF MCP Server for Claude Desktop - AI Context Intelligence
|
|
18
36
|
- **Main Language:** TypeScript
|
package/README.md
CHANGED
|
@@ -1,20 +1,46 @@
|
|
|
1
|
-
|
|
1
|
+
<div align="left">
|
|
2
|
+
<img src="https://raw.githubusercontent.com/Wolfe-Jam/faf/main/assets/logos/orange-smiley.svg" alt="FAF" width="40" align="left" style="margin-right: 12px;" />
|
|
3
|
+
<h1> claude-faf-mcp</h1>
|
|
4
|
+
<p><strong>IANA-Registered Format for AI Context</strong> ยท <code>application/vnd.faf+yaml</code></p>
|
|
5
|
+
</div>
|
|
6
|
+
<br clear="left"/>
|
|
2
7
|
|
|
3
|
-
> **๐ IANA-Registered Format** - .FAF is now an Internet-standard format.
|
|
4
|
-
> MCP server for creating official `application/vnd.faf+yaml` files in Claude Desktop
|
|
5
8
|
> Official MCP server for FAF (Foundational AI-context Format) with 50+ tools -
|
|
6
9
|
> Persistent project context that integrates seamlessly with Claude Desktop workflows
|
|
7
10
|
|
|
8
|
-
[](https://www.npmjs.com/package/claude-faf-mcp)
|
|
11
|
+
[](https://github.com/Wolfe-Jam/claude-faf-mcp)
|
|
12
|
+
[](https://www.npmjs.com/package/claude-faf-mcp)
|
|
13
|
+
[](https://discord.com/invite/3pjzpKsP)
|
|
14
|
+
[](https://chromewebstore.google.com/detail/lnecebepmpjpilldfmndnaofbfjkjlkm)
|
|
15
|
+
[](https://faf.one)
|
|
16
|
+
[](https://github.com/Wolfe-Jam/faf/blob/main/SPECIFICATION.md)
|
|
10
17
|
[](https://faf.one/blog/iana-registration)
|
|
11
18
|
[](https://opensource.org/licenses/MIT)
|
|
12
19
|
|
|
13
20
|
---
|
|
14
21
|
|
|
15
|
-
##
|
|
22
|
+
## Understanding MCP - Our Mission
|
|
23
|
+
|
|
24
|
+
**The .FAF Position in the MCP Ecosystem:**
|
|
16
25
|
|
|
17
|
-
|
|
26
|
+
```
|
|
27
|
+
Model Context Protocol
|
|
28
|
+
โโโโโ โโโโโโโ โโโโโโโโ
|
|
29
|
+
Claude โ .faf โ MCP
|
|
30
|
+
Gemini โ .faf โ MCP
|
|
31
|
+
Codex โ .faf โ MCP
|
|
32
|
+
Any LLM โ IANA Format โ Open Protocol
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
**.FAF is the foundational, universal base layer** for any Model using the MCP Protocol.
|
|
36
|
+
|
|
37
|
+
.FAF provides the standardized Context that makes the Model Context Protocol work for everyone.
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## ๐๏ธ v3.0.5 - 100% Standalone Achievement
|
|
42
|
+
|
|
43
|
+
### What's New in v3.0.5
|
|
18
44
|
|
|
19
45
|
**100% STANDALONE OPERATION** - Zero CLI dependencies across all 50 MCP tools.
|
|
20
46
|
|
|
@@ -65,7 +91,7 @@ faf migrate
|
|
|
65
91
|
### Installation
|
|
66
92
|
|
|
67
93
|
```bash
|
|
68
|
-
# Install/upgrade to v3.0.
|
|
94
|
+
# Install/upgrade to v3.0.5
|
|
69
95
|
npm install -g claude-faf-mcp
|
|
70
96
|
|
|
71
97
|
# Or via npx (always gets latest)
|
|
@@ -138,22 +164,28 @@ brew install wolfe-jam/faf/claude-faf-mcp
|
|
|
138
164
|
}
|
|
139
165
|
```
|
|
140
166
|
|
|
141
|
-
|
|
142
|
-
- **faf-cli** ([npm](https://www.npmjs.com/package/faf-cli)): Runs on your machine locally in a terminal
|
|
143
|
-
- **claude-faf-mcp** (this): Runs through Claude Desktop as a tool
|
|
167
|
+
## Using Other AI Tools?
|
|
144
168
|
|
|
145
|
-
|
|
169
|
+
This MCP server is for **Claude Desktop**. If you also use **Claude Code**, **Cursor**, **Windsurf**, **Gemini CLI**, **OpenAI Codex**, **Warp**, or any terminal-based AI:
|
|
170
|
+
|
|
171
|
+
**Get faf-cli for universal AI context:**
|
|
172
|
+
```bash
|
|
173
|
+
npm install -g faf-cli
|
|
174
|
+
# or
|
|
175
|
+
brew install faf-cli
|
|
176
|
+
```
|
|
146
177
|
|
|
147
|
-
|
|
178
|
+
Same `project.faf` format (lives right next to package.json and README.md).
|
|
179
|
+
Works with every AI tool. **[faf-cli on npm โ](https://www.npmjs.com/package/faf-cli)**
|
|
148
180
|
|
|
149
|
-
[Website](https://faf.one)
|
|
181
|
+
**[Website](https://faf.one)** โข **[Discord](https://discord.com/invite/3pjzpKsP)** โข **[GitHub](https://github.com/Wolfe-Jam/claude-faf-mcp)** โข **[Discussions](https://github.com/Wolfe-Jam/claude-faf-mcp/discussions)**
|
|
150
182
|
|
|
151
183
|
---
|
|
152
184
|
|
|
153
185
|
### ๐ธ See It In Action
|
|
154
186
|
|
|
155
187
|
<div align="center">
|
|
156
|
-
<img src="https://
|
|
188
|
+
<img src="https://raw.githubusercontent.com/Wolfe-Jam/faf/main/assets/screenshots/package-json-project-faf.png" alt="project.faf sits between package.json and README.md" width="500" />
|
|
157
189
|
|
|
158
190
|
**`project.faf` sits right between `package.json` and `README.md`** - exactly where it belongs.
|
|
159
191
|
|
|
@@ -248,7 +280,7 @@ This documentation update adds IANA information throughout the README to reflect
|
|
|
248
280
|
|
|
249
281
|
**v2.7.0 introduces `project.faf` as the new standard for every repository.**
|
|
250
282
|
|
|
251
|
-

|
|
252
284
|
|
|
253
285
|
**`package.json` for AI.**
|
|
254
286
|
|
|
@@ -404,7 +436,7 @@ Restart Claude Desktop to load the server.
|
|
|
404
436
|
|
|
405
437
|
This is what persistent project context looks like in action. When you run `faf_auto`, Claude scores your project's AI-readiness with a visual breakdown showing exactly where you stand and what to improve next.
|
|
406
438
|
|
|
407
|
-

|
|
408
440
|
|
|
409
441
|
Live in Claude Desktop. Persistent across sessions. Your foundational context layer, measured and actionable.
|
|
410
442
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-faf-mcp",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.3",
|
|
4
4
|
"mcpName": "io.github.Wolfe-Jam/claude-faf-mcp",
|
|
5
5
|
"description": "IANA-registered format (application/vnd.faf+yaml) โข Persistent project context โข MCP server for Claude Desktop โข MIT License",
|
|
6
6
|
"icon": "./assets/icons/faf-icon-64.png",
|
package/.faf
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
project:
|
|
2
|
-
name: claude-faf-mcp
|
|
3
|
-
goal: Provide FAF context tools directly in Claude Desktop via MCP
|
|
4
|
-
instant_context:
|
|
5
|
-
tech_stack: Node.js/TypeScript
|
|
6
|
-
main_language: TypeScript
|
|
7
|
-
what_building: Universal FAF MCP Server for Claude Desktop - AI Context Intelligence
|
|
8
|
-
metadata:
|
|
9
|
-
last_claude_sync: 2025-11-06T12:54:27.846Z
|
|
10
|
-
bi_sync: active
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|