Skip to content

Commit 02d1e47

Browse files
authored
Merge pull request #1033 from atxtechbro/docs/mcp-wildcard-warning-1032
docs(claude-code): add MCP wildcard warning and simplify model config
2 parents 3d3aaa8 + 8a3c3bb commit 02d1e47

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

knowledge/procedures/claude-code-tips.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ Force multiplier discoveries for 1000x Claude Code productivity. Default to one-
1414

1515
- **ThinkPad conversation navigation**: Hold Escape to view conversation history and fork from any previous message. (ThinkPad users: if Fn Lock is on, toggle with Fn+Esc first)
1616

17+
## MCP Server Permissions
18+
19+
- **No wildcards**: Use server names only in permissions (e.g., `"mcp__git"` not `"mcp__git*"`) - wildcards aren't supported despite appearing to work for servers without hyphens
20+
1721
## Model Configuration
1822

19-
- **Default model**: Set in `.claude/settings.json` with `"model": "claude-opus-4-20250514"`
20-
- **Environment variable**: Alternatively use `ANTHROPIC_MODEL` environment variable
21-
- **CLI flag**: Override per-session with `claude --model opus` or `claude --model claude-opus-4-20250514`
23+
- **Set in settings.json**: Configure with `"model": "claude-opus-4-20250514"`

0 commit comments

Comments
 (0)