claude-faf-mcp 2.7.2 → 2.7.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 +6 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ 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
|
+
## [2.7.3] - 2025-11-02
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- Corrected project.faf screenshot CDN URL to use claude-faf-mcp package asset
|
|
12
|
+
- Image now displays correctly on npmjs.com README
|
|
13
|
+
|
|
8
14
|
## [2.7.2] - 2025-10-31
|
|
9
15
|
|
|
10
16
|
### Changed
|
package/README.md
CHANGED
|
@@ -56,7 +56,7 @@ Use CLI for raw speed and local development; use MCP for AI-integrated workflows
|
|
|
56
56
|
### 📸 See It In Action
|
|
57
57
|
|
|
58
58
|
<div align="center">
|
|
59
|
-
<img src="https://cdn.jsdelivr.net/npm/faf-
|
|
59
|
+
<img src="https://cdn.jsdelivr.net/npm/claude-faf-mcp@latest/assets/project-faf-screenshot.png" alt="project.faf sits between package.json and README.md" width="500" />
|
|
60
60
|
|
|
61
61
|
**`project.faf` sits right between `package.json` and `README.md`** - exactly where it belongs.
|
|
62
62
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-faf-mcp",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.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",
|