Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:24:45 +08:00
commit 71bcf1e145
3 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "sentry",
"description": "Sentry integration for Claude Code with issue analysis agent",
"version": "1.0.0",
"author": {
"name": "Erhan Abay"
},
"mcp": {
"sentry": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://mcp.sentry.dev/mcp"
]
}
}
}