chore(framework): stop shipping .mcp.json, recommend MCP servers in README#263
Merged
Merged
Conversation
…EADME Remove the disabled placeholder .mcp.json files from aidd-dev (figma, playwright) and aidd-pm (atlassian). The framework no longer ships MCP configs; .mcp.json remains a supported plugin surface that users add themselves. Add a 'Recommended MCP servers' section to the root README with a fact-checked table (GitHub, Atlassian, Playwright, Figma, Notion) and guidance to prefer the CLI over MCP for context efficiency, and to verify sources before installing. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]> Signed-off-by: Baptiste LAFOURCADE <[email protected]>
bddc30d to
6b7f859
Compare
jdm-web
approved these changes
Jun 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎯 What & why
Plugins shipped disabled placeholder
.mcp.jsonfiles that added no value and pushed MCP config users never asked for. This removes them and instead documents which MCP servers we recommend, steering users toward the CLI where one exists.🛠️ How it works
plugins/aidd-dev/.mcp.json(figma, playwright) andplugins/aidd-pm/.mcp.json(atlassian)..mcp.jsonstays a supported plugin surface, just no longer shipped, so users add their own.🧪 How to verify
ls plugins/aidd-dev/.mcp.json plugins/aidd-pm/.mcp.json→ both absent.Counts and CATALOG are untouched on purpose. This PR adds no skills, so it stays off the skill-generate work in flight on
main.✅ I certify