diff --git a/.mcp.json b/.mcp.json index 9a2284464..d5579f4c9 100644 --- a/.mcp.json +++ b/.mcp.json @@ -1,32 +1,8 @@ { "mcpServers": { - "shadcn": { - "command": "npx", - "args": ["shadcn@latest", "mcp"] - }, - "kibo-ui": { - "command": "npx", - "args": ["-y", "mcp-remote", "https://www.kibo-ui.com/api/mcp/mcp"] - }, "deepwiki": { "type": "http", "url": "https://mcp.deepwiki.com/mcp" - }, - "context7": { - "type": "stdio", - "command": "npx", - "args": ["-y", "@upstash/context7-mcp"] - }, - "playwright": { - "command": "npx", - "args": ["@playwright/mcp@latest"] - }, - "sequential-thinking-tools": { - "command": "npx", - "args": ["-y", "mcp-sequentialthinking-tools"], - "env": { - "MAX_HISTORY_SIZE": "1000" - } } } } diff --git a/.vscode/mcp.json b/.vscode/mcp.json index 56fd4afc2..1bafcd84a 100644 --- a/.vscode/mcp.json +++ b/.vscode/mcp.json @@ -1,32 +1,8 @@ { "servers": { - "shadcn": { - "command": "npx", - "args": ["shadcn@latest", "mcp"] - }, - "kibo-ui": { - "command": "npx", - "args": ["-y", "mcp-remote", "https://www.kibo-ui.com/api/mcp/mcp"] - }, "deepwiki": { "type": "http", "url": "https://mcp.deepwiki.com/mcp" - }, - "context7": { - "type": "stdio", - "command": "npx", - "args": ["-y", "@upstash/context7-mcp"] - }, - "playwright": { - "command": "npx", - "args": ["@playwright/mcp@latest"] - }, - "sequential-thinking-tools": { - "command": "npx", - "args": ["-y", "mcp-sequentialthinking-tools"], - "env": { - "MAX_HISTORY_SIZE": "1000" - } } } } diff --git a/README.md b/README.md index abb376340..686eeedb9 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ Your AI agent now understands your project structure, tech stack, and convention | **📋 PLANS.md** | Complete ExecPlan framework based on OpenAI's methodology | | **📁 Three-Tier Specs** | Organized directory structure for root, frontend, and backend specs | | **🤖 Metaprompt** | AI tool that auto-fills all `[YOUR_*]` placeholders by analyzing your code | +| **🔍 DeepWiki Integration** | AI consults best practices for design patterns and architecture decisions | **You get:** Professional templates with sections, examples, and guidelines already written. Just customize the project-specific parts. @@ -136,6 +137,8 @@ PLANS.md based on [OpenAI's Codex Execution Plans](https://github.com/openai/ope 5. **Update as You Go**: Living document approach 6. **Update README**: Link spec in `specs/README.md` +**DeepWiki Integration:** AI agents automatically consult DeepWiki for best practices on design patterns, architecture, and implementation strategies when creating ExecPlans. This ensures your specs follow industry standards and proven patterns. + ### Using the Metaprompt The `metaprompt.txt` instructs AI to: