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
🎯 Major Changes:
- Simplified to proper MCP architecture principles
- Removed Golden Path auto-workflow (research proved it doesn't work in Cursor)
- Clean tool responses return data only (no command checklists)
- Single clear prompt: fo-development-assistant (was 2 confusing prompts)
- Removed obfuscation (no IP to protect, transparency benefits users)
- Production-ready package with only essential runtime files
✅ What's Included:
- MCP Tool: search_FO_artifacts (semantic search over 50K+ D365 F&O artifacts)
- MCP Prompt: fo-development-assistant (6-step workflow, Claude Desktop only)
- Clean architecture: server instructions (1.8KB tool docs), prompts (workflows)
- Honest documentation about capabilities and limitations
📦 Files:
- dist/ - Production server files only
- README.md - Updated with honest capabilities
- CHANGELOG.md - Clean changelog starting v2.0
- package.json - Production dependencies only (v2.0.0)
🔧 Breaking Changes:
- Server instructions reduced 93% (27KB → 1.8KB)
- Tool description now factual (removed command injection attempts)
- Tool responses return clean data (removed workflow checklists)
- Removed obfuscation build process
🎓 Why These Changes:
MCP architecture separates data provision (servers) from decision making (AI clients).
Research proved AI clients filter commands in tool responses by security design
(defense against tool poisoning attacks). Prompts are the correct construct for
workflows (user-invoked, works in Claude Desktop).
🚀 Generated with Claude Code (https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
🚀 **The ultimate Model Context Protocol server for Microsoft Dynamics 365 Finance & Operations development**
3
+
🚀 **Model Context Protocol server for Microsoft Dynamics 365 Finance & Operations development**
4
4
5
-
**Enable true AI pair programming for F&O development!** This MCP server supercharges your AI coding assistant with deep F&O knowledge, enabling AI agents in Cursor IDE, VS Code, and Claude Desktop to automatically query 50,000+ F&O artifacts, analyze local source code, and find relevant examples for your current development task.
5
+
Supercharge your AI coding assistant with deep F&O knowledge. This MCP server enables AI agents in Cursor IDE, Claude Desktop, and VS Code to search 50,000+ F&O artifacts, read local source code, and find relevant examples for your development tasks.
6
6
7
-
🤖 **How it works:** When you're building F&O extensions, your AI assistant can now automatically:
8
-
- Find similar implementations and patterns in existing F&O code
7
+
🤖 **What it provides:** When building F&O extensions, your AI assistant can:
8
+
- Search F&O artifacts using natural language queries
9
+
- Find similar implementations and patterns in standard D365 code
9
10
- Read actual XML source files from your local F&O installation
10
-
- Understand F&O architecture and suggest best practices
11
-
- Accelerate extension development with relevant examples
11
+
- Access rich metadata about tables, forms, classes, and more
12
12
13
-
Transform your F&O development workflow with AI-powered semantic search over 50,000+ artifacts. Find examples, understand patterns, and accelerate development with intelligent code discovery.
13
+
## 📋 Features
14
14
15
-
## 📋 What You Get
16
-
17
-
✅ **Golden Path Workflow** - AI follows proven 6-step methodology for context-aware F&O development
18
-
✅ **Custom Code Awareness** - AI searches YOUR workspace for existing extensions before generating code
19
15
✅ **Semantic Search** - Find F&O artifacts using natural language
0 commit comments