f7c3c32aa2
Adds .claude/settings.json — 10 read-only entries (mcp__*__read_file, mcp__hub-tools__remote_list_hosts, Bash(ping *), Bash(dig *)) auto-allowed in any aish session, reducing per-call permission prompts during routine file-reading and host probing. Generated via /fewer-permission-prompts. settings.local.json stays user-private (per-user ad-hoc grants); .gitignore now covers it so it doesn't accidentally land in commits. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
17 lines
405 B
JSON
17 lines
405 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"mcp__boltzmann-tools__read_file",
|
|
"Bash(ping *)",
|
|
"mcp__hub-tools__remote_list_hosts",
|
|
"mcp__hub-tools__remote_read_file",
|
|
"Bash(dig *)",
|
|
"mcp__ohm-tools__read_file",
|
|
"mcp__nc-tools__read_file",
|
|
"mcp__boltzmann-tools__list_dir",
|
|
"mcp__riemann-tools__search_files",
|
|
"mcp__ampere-tools__read_file"
|
|
]
|
|
}
|
|
}
|