You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release: v2.0.8 - Enhanced README with npm/npx installation options
- Added comprehensive installation section with 3 options:
- Option A: npx (recommended - always latest, no installation)
- Option B: Global npm install (for version control)
- Option C: Manual GitHub download (for developers)
- Added detailed troubleshooting section
- Updated "What's New" to reflect v2.0.7+ improvements
- Improved configuration examples for all platforms
- Enhanced guidance for Windows, macOS, and Linux users
- Single README works for both npm and GitHub
- Better user experience with clear benefits for each method
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
**Note:** If `FO_LOCAL_ASSETS_PATH` is not configured, the server will still work for semantic search but won't be able to read local XML files.
228
+
135
229
## 💡 Example Usage
136
230
137
231
### Basic Searches
@@ -153,14 +247,23 @@ You can filter by artifact type for more focused results:
153
247
- Views
154
248
- Queries
155
249
250
+
### Advanced Queries
251
+
```
252
+
"Find all tables related to inventory management"
253
+
"Show me forms that use the CustTable datasource"
254
+
"Search for classes that implement pricing logic"
255
+
"Find data entities for financial reporting"
256
+
```
257
+
156
258
### In Claude Desktop
157
-
Use the `fo-development-assistant` prompt for guided F&O development workflows.
259
+
Use the `fo-development-assistant` prompt for guided F&O development workflows. Simply type `/fo-development-assistant` to activate the structured workflow.
158
260
159
-
### In Cursor IDE
160
-
Ask your AI assistant to search F&O artifacts, then guide it to:
261
+
### In Cursor IDE & VS Code
262
+
Ask your AI assistant to search F&O artifacts, then guide it through a workflow:
161
263
1. Search standard D365 implementations
162
-
2. Search your workspace for custom code
163
-
3. Combine insights for context-aware solutions
264
+
2. Read source files to understand patterns
265
+
3. Search your workspace for existing customizations
266
+
4. Combine insights for context-aware solutions
164
267
165
268
## 🎬 Live Demo
166
269
@@ -177,38 +280,113 @@ Ask your AI assistant to search F&O artifacts, then guide it to:
177
280
178
281
👉 [**View the Complete Demo**](https://www.xplusplus.ai/mcp-demo.html)
179
282
180
-
## 📖 What's New in v2.0
283
+
## 🔧 Troubleshooting
181
284
182
-
### Breaking Changes
183
-
- ✅ **Simplified architecture** - Server instructions now provide concise tool documentation only
184
-
- ✅ **Clean tool responses** - Returns data without workflow checklists
- ✅ **Simpler codebase** - Easier to understand and maintain
193
-
- ✅ **Cleaner release** - No development artifacts or intermediate files
194
360
195
-
### Migration from v1.x
196
-
No breaking API changes - just update your installation and restart your AI client.
361
+
### Migration from Earlier Versions
362
+
363
+
**From v1.x:**
364
+
- No breaking API changes
365
+
- Update installation and restart your AI client
366
+
- Configuration format is compatible
367
+
368
+
**From v2.0.0-2.0.6:**
369
+
- Use npx method for easiest updates
370
+
- Update configuration to use `npx` command (recommended)
371
+
- Restart AI client to load new version
197
372
198
373
## 🆘 Support
199
374
200
-
-**Issues**: Report bugs and feature requests on GitHub
201
-
-**Documentation**: See `docs/GETTING_STARTED.md` for detailed setup
202
-
-**Enterprise**: Contact contact@xplusplus.ai for custom solutions
375
+
-**Issues**: Report bugs and feature requests on [GitHub Issues](https://github.com/xplusplusai/fo-semantic-mcp/issues)
376
+
-**Documentation**: See [Getting Started Guide](https://github.com/xplusplusai/fo-semantic-mcp/blob/main/docs/GETTING_STARTED.md)
377
+
-**Enterprise**: Contact contact@xplusplus.ai for custom solutions and enterprise support
378
+
-**Community**: Join discussions on GitHub
203
379
204
380
## 📄 License
205
381
206
-
This software is licensed for commercial use. See `LICENSE` file for details.
382
+
This software is licensed for commercial use. See [LICENSE](https://github.com/xplusplusai/fo-semantic-mcp/blob/main/LICENSE) file for details.
207
383
208
384
## 🚀 About FO-Index
209
385
210
386
Built by the team behind [FO-Index](https://www.xplusplus.ai) - the comprehensive knowledge base for Microsoft Dynamics 365 Finance & Operations development.
211
387
388
+
**Our Mission:** Accelerate D365 F&O development by making Microsoft's vast standard artifact library searchable and understandable through AI.
389
+
212
390
---
213
391
214
392
**Ready to enhance your F&O development?**[Get your API key](https://www.xplusplus.ai) and start today! 🎯
0 commit comments