18 lines
335 B
JSON
18 lines
335 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
} |