claude-faf-mcp 2.6.6 → 2.6.8
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 +10 -0
- package/README.md +2 -2
- package/package.json +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,16 @@ 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.6.7] - 2025-10-25
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- Corrected Homebrew installation command from `Wolfe-Jam/tap` to `wolfe-jam/faf`
|
|
12
|
+
- Fixed tap name in both installation sections of README
|
|
13
|
+
|
|
14
|
+
### Added
|
|
15
|
+
- Created Homebrew formula for claude-faf-mcp in wolfe-jam/faf tap
|
|
16
|
+
- Homebrew installation now fully functional and verified
|
|
17
|
+
|
|
8
18
|
## [2.6.6] - 2025-10-25
|
|
9
19
|
|
|
10
20
|
### Changed
|
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ npm install -g claude-faf-mcp
|
|
|
17
17
|
|
|
18
18
|
Via Homebrew:
|
|
19
19
|
```bash
|
|
20
|
-
brew install
|
|
20
|
+
brew install wolfe-jam/faf/claude-faf-mcp
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
**Configure:** Add to `claude_desktop_config.json`:
|
|
@@ -86,7 +86,7 @@ npm install -g claude-faf-mcp
|
|
|
86
86
|
|
|
87
87
|
Or via Homebrew:
|
|
88
88
|
```bash
|
|
89
|
-
brew install
|
|
89
|
+
brew install wolfe-jam/faf/claude-faf-mcp
|
|
90
90
|
```
|
|
91
91
|
|
|
92
92
|
Add to Claude Desktop configuration. On macOS and Linux, edit ~/Library/Application Support/Claude/claude_desktop_config.json. On Windows, edit %APPDATA%\Claude\claude_desktop_config.json.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-faf-mcp",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.8",
|
|
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",
|
|
@@ -80,7 +80,9 @@
|
|
|
80
80
|
"warp",
|
|
81
81
|
"free-forever",
|
|
82
82
|
"open-source",
|
|
83
|
-
"mit-license"
|
|
83
|
+
"mit-license",
|
|
84
|
+
"persistent",
|
|
85
|
+
"persistent-project-context"
|
|
84
86
|
],
|
|
85
87
|
"author": {
|
|
86
88
|
"name": "wolfejam",
|