claude-faf-mcp 2.7.0 → 2.7.1

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 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.1] - 2025-10-30
9
+
10
+ ### Fixed
11
+ - Added missing screenshot asset (project-faf-screenshot.png) to npm package
12
+ - Screenshot now displays correctly on npmjs.com package page
13
+
8
14
  ## [2.7.0] - 2025-10-30
9
15
 
10
16
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-faf-mcp",
3
- "version": "2.7.0",
3
+ "version": "2.7.1",
4
4
  "mcpName": "io.github.Wolfe-Jam/claude-faf-mcp",
5
5
  "description": "Persistent project context • MCP server for Claude Desktop • MIT License",
6
6
  "icon": "./assets/icons/faf-icon-64.png",