faf-mcp 1.0.5 → 1.0.6

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.
Files changed (2) hide show
  1. package/README.md +31 -16
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -85,33 +85,48 @@ We'll publish platform-specific packages based on demand.
85
85
 
86
86
  ---
87
87
 
88
- ## 💬 How to Use FAF (MCP Standard)
88
+ ## 💬 How to Use FAF - Universal Solution
89
89
 
90
- Start every prompt with **"Use FAF"** to invoke the MCP tools:
90
+ **ALWAYS start every prompt with "Use FAF"** - it fixes everything:
91
91
 
92
- ### Claude Desktop
92
+ ### All Platforms
93
93
  ```
94
94
  Use FAF to initialize my project
95
95
  Use FAF to sync my project.faf to all platforms
96
96
  Use FAF to score my AI-readiness
97
- ```
98
-
99
- ### Cursor IDE
100
- ```
101
- Use FAF to create 4 context files from my project.faf
102
97
  Use FAF to enhance my project context
103
- Use FAF to migrate .faf to project.faf
98
+ Use FAF to create platform sync files
104
99
  ```
105
100
 
106
- ### Why "Use FAF"?
101
+ ### Why "Use FAF" Works Everywhere
102
+
103
+ **Claude Desktop:**
104
+ - ✅ Calls MCP tool instead of searching web
105
+ - ✅ No void container issues
106
+ - ✅ Direct tool invocation
107
+
108
+ **Claude.ai (Web):**
109
+ - ✅ Stops web search addiction immediately
110
+ - ✅ Forces MCP tool usage
111
+ - ✅ No more guessing
112
+
113
+ **Cursor / Windsurf / Cline:**
114
+ - ✅ MCP standard compliance
115
+ - ✅ Tool invocation (not manual file creation)
116
+ - ✅ Consistent behavior
117
+
118
+ ### The Pattern
107
119
 
108
- This is the **MCP standard** for explicit tool invocation. It tells the AI:
109
- - Use the installed MCP tool (not web search)
110
- - Don't create files manually
111
- - Invoke the proper FAF commands
120
+ **Without "Use FAF":**
121
+ - AI searches the web
122
+ - AI creates files manually
123
+ - Void containers
124
+ - ❌ Inconsistent results
112
125
 
113
- **Without "Use FAF"**: AI might search the web or create files manually
114
- **With "Use FAF"**: AI calls the correct MCP tool every time
126
+ **With "Use FAF":**
127
+ - MCP tool called correctly
128
+ - ✅ Championship output
129
+ - ✅ Every time
115
130
 
116
131
  ---
117
132
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "faf-mcp",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "mcpName": "io.github.Wolfe-Jam/faf-mcp",
5
5
  "description": "USE>FAF™ - IANA-registered format (application/vnd.faf+yaml) • Universal AI context • MCP server for all platforms • Start with 'Use FAF'",
6
6
  "icon": "./assets/icons/faf-icon-256.png",