faf-mcp 1.1.3 → 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.
- package/CHANGELOG.md +28 -0
- 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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "faf-mcp",
|
|
3
|
-
"version": "1.1.
|
|
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.
|
|
99
|
+
"faf-cli": "^3.2.4",
|
|
100
100
|
"yaml": "^2.4.1"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|