We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb20979 commit 33cde54Copy full SHA for 33cde54
.claude/settings.local.json
@@ -7,21 +7,14 @@
7
"mcp__sequential-thinking__sequentialthinking",
8
"mcp__context7__resolve-library-id",
9
"mcp__context7__get-library-docs",
10
- "WebFetch(domain:docs.anthropic.com)",
11
- "WebFetch(domain:www.lazyvim.org)",
12
- "WebFetch(domain:github.com)",
13
- "WebFetch(domain:raw.githubusercontent.com)",
14
- "Bash(zsh:*)"
+ "Bash(zsh:*)",
+ "WebSearch",
+ "WebFetch"
15
],
16
"deny": []
17
},
18
"enableAllProjectMcpServers": true,
19
"outputStyle": "Architect",
20
"spinnerTipsEnabled": false,
21
- "BASH_DEFAULT_TIMEOUT_MS": "300000",
22
- "enabledMcpjsonServers": [
23
- "code-reasoning",
24
- "sequential-thinking",
25
- "context7"
26
- ]
+ "BASH_DEFAULT_TIMEOUT_MS": "300000"
27
}
0 commit comments