Skip to content

Commit b47a4fe

Browse files
committed
chore(gk): adding gitkraken mcp
1 parent d63b190 commit b47a4fe

2 files changed

Lines changed: 20 additions & 32 deletions

File tree

.claude/settings.local.json

Lines changed: 8 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -24,45 +24,21 @@
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
}

.mcp.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"mcpServers": {
3+
"gitkraken": {
4+
"type": "stdio",
5+
"command": "gk",
6+
"args": [
7+
"mcp"
8+
],
9+
"env": {}
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)