faf-cli 3.1.3 → 3.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/README.md +24 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div align="left">
|
|
2
2
|
<img src="https://raw.githubusercontent.com/Wolfe-Jam/faf/main/assets/logos/orange-smiley.svg" alt="FAF" width="40" align="left" style="margin-right: 12px;" />
|
|
3
|
-
<h1>faf-cli</h1>
|
|
3
|
+
<h1> faf-cli</h1>
|
|
4
4
|
<p><strong>IANA-Registered Format for AI Context</strong> · <code>application/vnd.faf+yaml</code></p>
|
|
5
5
|
</div>
|
|
6
6
|
<br clear="left"/>
|
|
@@ -96,6 +96,29 @@ brew install faf-cli
|
|
|
96
96
|
|
|
97
97
|
**One command. Zero configuration. Production-ready.**
|
|
98
98
|
|
|
99
|
+
### Using Claude Desktop?
|
|
100
|
+
|
|
101
|
+
Install the MCP server too for integrated workflows:
|
|
102
|
+
|
|
103
|
+
```bash
|
|
104
|
+
npm install -g claude-faf-mcp
|
|
105
|
+
# or
|
|
106
|
+
brew install wolfe-jam/faf/claude-faf-mcp
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
Add to `claude_desktop_config.json`:
|
|
110
|
+
```json
|
|
111
|
+
{
|
|
112
|
+
"mcpServers": {
|
|
113
|
+
"claude-faf-mcp": {
|
|
114
|
+
"command": "claude-faf-mcp"
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
**[claude-faf-mcp on npm →](https://www.npmjs.com/package/claude-faf-mcp)**
|
|
121
|
+
|
|
99
122
|
---
|
|
100
123
|
|
|
101
124
|
## 🎉 What's New in v3.1.2 - Discord Community Launch
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "faf-cli",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.4",
|
|
4
4
|
"description": "Anthropic-Approved codebase that powers claude-faf-mcp • Persistent project context, on-demand • Format-driven CLI • Open Source Universal Standard • MIT License",
|
|
5
5
|
"icon": "https://faf.one/orange-smiley.svg",
|
|
6
6
|
"logo": "https://faf.one/orange-smiley.svg",
|