Files
v10/.claude/settings.json
T

18 lines
305 B
JSON

{
"enabledMcpjsonServers": ["astro-docs"],
"enableAllProjectMcpServers": true,
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "npx -y gh-setup-hooks",
"timeout": 120
}
]
}
]
}
}