faf-mcp 1.1.2 → 1.1.4

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 (3) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/README.md +12 -8
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,6 +5,34 @@ All notable changes to 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
+ ## [1.1.4] - 2025-12-17
9
+
10
+ ### WJTTC MCP Certification Achievement
11
+
12
+ **faf-mcp v1.1.4 achieves CHAMPIONSHIP GRADE certification** - Adopting the new WJTTC MCP Test Standard.
13
+
14
+ ### Added
15
+
16
+ - **WJTTC MCP Certification** - 7-tier certification system for MCP servers
17
+ - Tier 1: Protocol Compliance (MCP spec 2025-11-25)
18
+ - Tier 2: Capability Negotiation
19
+ - Tier 3: Tool Integrity
20
+ - Tier 4: Resource Management
21
+ - Tier 5: Security Validation
22
+ - Tier 6: Performance Benchmarks (<50ms operations)
23
+ - Tier 7: Integration Readiness
24
+
25
+ ### Changed
26
+
27
+ - **faf-cli Dependency** - Bumped to ^3.2.4 (WJTTC certified engine)
28
+
29
+ ### Test Results
30
+
31
+ - 4/4 test suites passing (visibility, performance, security, desktop-native)
32
+ - 63 tests total, 100% pass rate
33
+ - Performance: File read 0.46ms, File write 18ms, Directory list 2.84ms
34
+ - Memory: No leaks detected (2.53MB growth under load)
35
+
8
36
  ## [1.1.2] - 2025-12-01
9
37
 
10
38
  ### Headline Feature
package/README.md CHANGED
@@ -158,16 +158,20 @@ Use FAF to create platform sync files
158
158
 
159
159
  ## 🛠️ Core Features
160
160
 
161
- ### 17 Native MCP Tools + CLI Fallback
162
- - **faf_quick** - Lightning-fast project.faf creation (3ms avg)
161
+ ### 17 Native MCP Tools
162
+ - **faf_init** - Initialize project.faf with auto-detection
163
+ - **faf_score** - AI-readiness scoring engine
163
164
  - **faf_enhance** - Intelligent enhancement with auto-detection
164
165
  - **faf_read** - Parse and validate FAF files
165
166
  - **faf_write** - Create/update FAF with validation
166
- - **faf_score** - AI-readiness scoring engine (with subsite auto-detection)
167
- - **faf_compress** - Intelligent size optimization
168
- - **faf_readme** - Smart 6 Ws extraction from README.md
169
- - **faf_human_add** - Non-interactive human context entry
170
- - **CLI fallback** - Access to 40+ faf-cli commands when needed
167
+ - **faf_sync** - Synchronize context across platforms
168
+ - **faf_bi_sync** - Bi-directional CLAUDE.md sync
169
+
170
+ ### CLI Fallback (40+ commands)
171
+ - **faf readme** - Smart 6 Ws extraction from README.md
172
+ - **faf human-add** - Non-interactive human context entry
173
+ - **faf git** - GitHub repo extraction (Git CLI, no rate limits)
174
+ - Plus all other faf-cli commands
171
175
 
172
176
  ### IANA-Registered Standard
173
177
  - Official MIME type: `application/vnd.faf+yaml`
@@ -201,7 +205,7 @@ Use FAF to create platform sync files
201
205
  **🏅 First & Only** - Persistent Project Context MCP Server approved by Anthropic
202
206
  **🏅 Creators of Context-Mirroring** - faf_bi_sync creates native files for all platforms
203
207
  **🏅 Google Chrome-Approved** - Published Chrome Extension
204
- **🏅 13.5K+ npm Downloads** - Proven adoption across the ecosystem
208
+ **🏅 15K+ npm Downloads** - Proven adoption across the FAF ecosystem
205
209
 
206
210
  > "README for the AI era" — Google Gemini
207
211
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "faf-mcp",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "mcpName": "io.github.Wolfe-Jam/faf-mcp",
5
5
  "description": "faf-mcp | use>faf • IANA-registered format (application/vnd.faf+yaml) • Universal MCP server for Cursor, Windsurf, Cline, VS Code, and all platforms",
6
6
  "icon": "./assets/icons/faf-icon-256.png",
@@ -96,7 +96,7 @@
96
96
  },
97
97
  "dependencies": {
98
98
  "@modelcontextprotocol/sdk": "^1.20.1",
99
- "faf-cli": "^3.2.1",
99
+ "faf-cli": "^3.2.4",
100
100
  "yaml": "^2.4.1"
101
101
  },
102
102
  "devDependencies": {