Initial commit
This commit is contained in:
18
.claude-plugin/plugin.json
Normal file
18
.claude-plugin/plugin.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user