mirror of
https://github.com/zoriya/v10.git
synced 2026-08-14 09:59:44 +00:00
18 lines
305 B
JSON
18 lines
305 B
JSON
{
|
|
"enabledMcpjsonServers": ["astro-docs"],
|
|
"enableAllProjectMcpServers": true,
|
|
"hooks": {
|
|
"SessionStart": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "npx -y gh-setup-hooks",
|
|
"timeout": 120
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|