chore: add sentry mcp (#300)

This commit is contained in:
Víctor Falcón 2026-04-17 09:42:34 +01:00 committed by GitHub
parent 244344e953
commit d79fceff9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 0 deletions

View File

@ -6,6 +6,9 @@
"artisan", "artisan",
"boost:mcp" "boost:mcp"
] ]
},
"sentry": {
"url": "https://mcp.sentry.dev/mcp"
} }
} }
} }

View File

@ -6,6 +6,10 @@
"artisan", "artisan",
"boost:mcp" "boost:mcp"
] ]
},
"sentry": {
"type": "http",
"url": "https://mcp.sentry.dev/mcp"
} }
} }
} }

View File

@ -9,6 +9,11 @@
"artisan", "artisan",
"boost:mcp" "boost:mcp"
] ]
},
"sentry": {
"type": "remote",
"url": "https://mcp.sentry.dev/mcp",
"enabled": true
} }
} }
} }