zcf
Version:
Zero-Config Code Flow - One-click configuration tool for Code Cli
39 lines (38 loc) • 770 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",
"MCP_TIMEOUT": "60000"
},
"includeCoAuthoredBy": false,
"permissions": {
"allow": [
"Bash",
"BashOutput",
"Edit",
"Glob",
"Grep",
"KillShell",
"NotebookEdit",
"Read",
"SlashCommand",
"Task",
"TodoWrite",
"WebFetch",
"WebSearch",
"Write",
"mcp__ide",
"mcp__exa",
"mcp__context7",
"mcp__mcp-deepwiki",
"mcp__Playwright",
"mcp__spec-workflow",
"mcp__open-websearch",
"mcp__serena"
],
"deny": []
},
"hooks": {}
}