Skip to content

Commit b92ae9d

Browse files
committed
chore: add claude mcp config for local dev
1 parent 7c4d002 commit b92ae9d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.mcp.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"mcpServers": {
3+
"sysdig": {
4+
"type": "stdio",
5+
"command": "go",
6+
"args": [
7+
"run",
8+
"./cmd/server/"
9+
]
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)