File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 " Bash(pnpm test:*)" ,
2525 " Bash(npx markdownlint-cli:*)" ,
2626 " Bash(npx markdownlint:*)" ,
27- " Bash(bd create:*)" ,
28- " Bash(bd dep add:*)" ,
29- " Bash(bd list:*)" ,
30- " Bash(bd update:*)" ,
31- " Bash(bd close:*)" ,
32- " Bash(bd sync:*)" ,
33- " Bash(bd create:*)" ,
3427 " Bash(gh run list:*)" ,
3528 " Skill(conventions-vue)" ,
3629 " Skill(coderabbit-request)" ,
3730 " Bash(coderabbit --prompt-only --type uncommitted:*)" ,
3831 " WebSearch" ,
39- " WebFetch(domain:*)"
32+ " WebFetch(domain:*)" ,
33+ " WebFetch(domain:developers.cloudflare.com)" ,
34+ " WebFetch(domain:github.com)"
4035 ],
4136 "deny" : [],
4237 "ask" : []
4338 },
44- "hooks" : {
45- "PreCompact" : [
46- {
47- "matcher" : " " ,
48- "hooks" : [
49- {
50- "type" : " command" ,
51- "command" : " bd prime"
52- }
53- ]
54- }
55- ],
56- "SessionStart" : [
57- {
58- "matcher" : " " ,
59- "hooks" : [
60- {
61- "type" : " command" ,
62- "command" : " bd prime"
63- }
64- ]
65- }
66- ]
67- }
39+ "enableAllProjectMcpServers" : true ,
40+ "enabledMcpjsonServers" : [
41+ " gitkraken"
42+ ],
43+ "hooks" : {}
6844}
Original file line number Diff line number Diff line change 1+ {
2+ "mcpServers" : {
3+ "gitkraken" : {
4+ "type" : " stdio" ,
5+ "command" : " gk" ,
6+ "args" : [
7+ " mcp"
8+ ],
9+ "env" : {}
10+ }
11+ }
12+ }
You can’t perform that action at this time.
0 commit comments