Skip to content

Commit 7c1180c

Browse files
committed
Clean up claude settings, remove default MCPs
1 parent a62e119 commit 7c1180c

2 files changed

Lines changed: 16 additions & 27 deletions

File tree

stowed-files/claude/.claude/settings.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,14 @@
2626
"Bash(git stash:*)",
2727
"Bash(git status:*)",
2828
"Bash(grep:*)",
29-
"Bash(ls)",
29+
"Bash(ls:*)",
3030
"Bash(make:*)",
31+
"Bash(pnpm exec:*)",
32+
"Bash(pnpm test:*)",
3133
"Bash(shellcheck:*)",
3234
"Bash(shfmt:*)",
3335
"Bash(xargs ls)",
36+
"Bash(wc:*)",
3437
"WebFetch(domain:deno.com)",
3538
"WebFetch(domain:github.com)",
3639
"WebFetch(domain:gohugo.io)",
@@ -40,22 +43,20 @@
4043
"ask": [
4144
"Bash(git rm:*)"
4245
],
43-
"disabledMcpjsonServers": [
44-
"chrome-devtools",
45-
"playwright"
46-
],
47-
"enabledMcpjsonServers": [
48-
"beads"
49-
],
46+
"disabledMcpjsonServers": [],
47+
"enabledMcpjsonServers": [],
5048
"includeCoAuthoredBy": false
5149
},
5250
"enabledPlugins": {
53-
"pr-review-toolkit@claude-code-plugins": true,
54-
"commit-commands@claude-code-plugins": true,
55-
"feature-dev@claude-code-plugins": true,
56-
"code-review@claude-code-plugins": true,
57-
"explanatory-output-style@claude-code-plugins": true,
58-
"learning-output-style@claude-code-plugins": true,
59-
"frontend-design@claude-code-plugins": true
51+
"code-review@claude-plugins-official": true,
52+
"commit-commands@claude-plugins-official": true,
53+
"feature-dev@claude-plugins-official": true,
54+
"frontend-design@claude-plugins-official": true,
55+
"hookify@claude-plugins-official": true,
56+
"lua-lsp@claude-plugins-official": true,
57+
"pr-review-toolkit@claude-plugins-official": true,
58+
"pyright-lsp@claude-plugins-official": true,
59+
"ralph-loop@claude-plugins-official": true,
60+
"typescript-lsp@claude-plugins-official": true
6061
}
6162
}

stowed-files/mcp/.mcp.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
11
{
22
"mcpServers": {
3-
"beads": {
4-
"command": "beads-mcp",
5-
"args": []
6-
},
7-
"chrome-devtools": {
8-
"command": "pnpx",
9-
"args": ["chrome-devtools-mcp@latest"]
10-
},
11-
"playwright": {
12-
"command": "pnpx",
13-
"args": ["@playwright/mcp@latest"]
14-
}
153
}
164
}

0 commit comments

Comments
 (0)