faf-mcp 1.1.2 → 1.1.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/README.md +12 -8
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -158,16 +158,20 @@ Use FAF to create platform sync files
|
|
|
158
158
|
|
|
159
159
|
## 🛠️ Core Features
|
|
160
160
|
|
|
161
|
-
### 17 Native MCP Tools
|
|
162
|
-
- **
|
|
161
|
+
### 17 Native MCP Tools
|
|
162
|
+
- **faf_init** - Initialize project.faf with auto-detection
|
|
163
|
+
- **faf_score** - AI-readiness scoring engine
|
|
163
164
|
- **faf_enhance** - Intelligent enhancement with auto-detection
|
|
164
165
|
- **faf_read** - Parse and validate FAF files
|
|
165
166
|
- **faf_write** - Create/update FAF with validation
|
|
166
|
-
- **
|
|
167
|
-
- **
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
- **
|
|
167
|
+
- **faf_sync** - Synchronize context across platforms
|
|
168
|
+
- **faf_bi_sync** - Bi-directional CLAUDE.md sync
|
|
169
|
+
|
|
170
|
+
### CLI Fallback (40+ commands)
|
|
171
|
+
- **faf readme** - Smart 6 Ws extraction from README.md
|
|
172
|
+
- **faf human-add** - Non-interactive human context entry
|
|
173
|
+
- **faf git** - GitHub repo extraction (Git CLI, no rate limits)
|
|
174
|
+
- Plus all other faf-cli commands
|
|
171
175
|
|
|
172
176
|
### IANA-Registered Standard
|
|
173
177
|
- Official MIME type: `application/vnd.faf+yaml`
|
|
@@ -201,7 +205,7 @@ Use FAF to create platform sync files
|
|
|
201
205
|
**🏅 First & Only** - Persistent Project Context MCP Server approved by Anthropic
|
|
202
206
|
**🏅 Creators of Context-Mirroring** - faf_bi_sync creates native files for all platforms
|
|
203
207
|
**🏅 Google Chrome-Approved** - Published Chrome Extension
|
|
204
|
-
**🏅
|
|
208
|
+
**🏅 15K+ npm Downloads** - Proven adoption across the FAF ecosystem
|
|
205
209
|
|
|
206
210
|
> "README for the AI era" — Google Gemini
|
|
207
211
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "faf-mcp",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
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.2",
|
|
100
100
|
"yaml": "^2.4.1"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|