zcf
Version:
Zero-Config Claude-Code Flow - One-click configuration tool for Claude Code
34 lines (33 loc) • 639 B
JSON
{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"env": {
"DISABLE_TELEMETRY": "1",
"DISABLE_ERROR_REPORTING": "1",
"CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": "1"
},
"includeCoAuthoredBy": false,
"permissions": {
"allow": [
"Bash",
"LS",
"Read",
"Agent",
"Write",
"Edit",
"MultiEdit",
"Glob",
"Grep",
"WebFetch",
"WebSearch",
"TodoWrite",
"NotebookRead",
"NotebookEdit",
"mcp__exa",
"mcp__context7",
"mcp__mcp-deepwiki",
"mcp__Playwright"
],
"deny": []
},
"hooks": {}
}