claude-faf-mcp 3.0.4 → 3.0.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/CHANGELOG.md +33 -0
- package/CLAUDE.md +17 -0
- package/README.md +25 -4
- package/package.json +1 -1
- package/.faf +0 -10
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
|
@@ -13,6 +13,23 @@
|
|
|
13
13
|
- **Stack:** Node.js/TypeScript
|
|
14
14
|
- **Quality:** F1-INSPIRED (Championship Performance)
|
|
15
15
|
|
|
16
|
+
### Our Mission - The .faf Position in MCP
|
|
17
|
+
|
|
18
|
+
**This is who we are. This is where we live:**
|
|
19
|
+
|
|
20
|
+
```
|
|
21
|
+
Model Context Protocol
|
|
22
|
+
───── ─────── ────────
|
|
23
|
+
Claude → .faf → MCP
|
|
24
|
+
Gemini → .faf → MCP
|
|
25
|
+
Codex → .faf → MCP
|
|
26
|
+
Any LLM → IANA Format → Open Protocol
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
**.faf is the universal Context layer** for any Model using the MCP Protocol.
|
|
30
|
+
|
|
31
|
+
We provide the standardized Context that makes the Model Context Protocol work for everyone.
|
|
32
|
+
|
|
16
33
|
### Technical Architecture
|
|
17
34
|
- **What Building:** Universal FAF MCP Server for Claude Desktop - AI Context Intelligence
|
|
18
35
|
- **Main Language:** TypeScript
|
package/README.md
CHANGED
|
@@ -7,14 +7,35 @@
|
|
|
7
7
|
|
|
8
8
|
[](https://www.npmjs.com/package/claude-faf-mcp)
|
|
9
9
|
[](https://www.npmjs.com/package/claude-faf-mcp)
|
|
10
|
+
[](https://discord.com/invite/3pjzpKsP)
|
|
10
11
|
[](https://faf.one/blog/iana-registration)
|
|
11
12
|
[](https://opensource.org/licenses/MIT)
|
|
12
13
|
|
|
13
14
|
---
|
|
14
15
|
|
|
15
|
-
##
|
|
16
|
+
## Understanding MCP - Our Mission
|
|
16
17
|
|
|
17
|
-
|
|
18
|
+
**The .FAF Position in the MCP Ecosystem:**
|
|
19
|
+
|
|
20
|
+
```
|
|
21
|
+
Model Context Protocol
|
|
22
|
+
───── ─────── ────────
|
|
23
|
+
LLM → IANA Format → Open Protocol
|
|
24
|
+
Claude → .FAF → MCP
|
|
25
|
+
Gemini → .FAF → MCP
|
|
26
|
+
Codex → .FAF → MCP
|
|
27
|
+
Any LLM → .FAF IANA Format → Open Protocol
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
**.FAF is the universal Context layer** for any Model using the MCP Protocol.
|
|
31
|
+
|
|
32
|
+
This is who we are. This is where we live. We provide the standardized Context that makes the Model Context Protocol work for everyone.
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
## 🏎️ v3.0.5 - 100% Standalone Achievement
|
|
37
|
+
|
|
38
|
+
### What's New in v3.0.5
|
|
18
39
|
|
|
19
40
|
**100% STANDALONE OPERATION** - Zero CLI dependencies across all 50 MCP tools.
|
|
20
41
|
|
|
@@ -65,7 +86,7 @@ faf migrate
|
|
|
65
86
|
### Installation
|
|
66
87
|
|
|
67
88
|
```bash
|
|
68
|
-
# Install/upgrade to v3.0.
|
|
89
|
+
# Install/upgrade to v3.0.5
|
|
69
90
|
npm install -g claude-faf-mcp
|
|
70
91
|
|
|
71
92
|
# Or via npx (always gets latest)
|
|
@@ -146,7 +167,7 @@ Same .faf, different way to use. Same Project DNA and scoring. Same capabilities
|
|
|
146
167
|
|
|
147
168
|
Use CLI for raw speed and local development; use MCP for AI-integrated workflows. No feature gaps between them - pick based on your flow.
|
|
148
169
|
|
|
149
|
-
[Website](https://faf.one)
|
|
170
|
+
**[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
171
|
|
|
151
172
|
---
|
|
152
173
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-faf-mcp",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.5",
|
|
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
|