Skip to content

Commit 785293b

Browse files
alexsoyesclaude
andcommitted
chore(framework): disable proposed MCP servers by default
Add "disabled": true on every MCP entry shipped by plugins so they are visible/documented but inactive until the user opts in. Avoids spawning third-party processes (playwright, figma, mcp-atlassian) and pushing placeholder credentials before the user has filled them. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 840c248 commit 785293b

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

plugins/aidd-dev/.mcp.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"mcpServers": {
33
"playwright": {
4+
"disabled": true,
45
"type": "stdio",
56
"command": "npx",
67
"args": ["@playwright/mcp@latest"],
78
"env": {}
89
},
910
"figma": {
11+
"disabled": true,
1012
"url": "https://mcp.figma.com/mcp",
1113
"type": "http"
1214
}

plugins/aidd-pm/.mcp.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"mcpServers": {
33
"mcp-atlassian": {
4+
"disabled": true,
45
"command": "uvx",
56
"args": ["mcp-atlassian"],
67
"env": {

0 commit comments

Comments
 (0)