more graceful mcp failures

This commit is contained in:
Dax Raad
2025-06-22 21:10:05 -04:00
parent f0e19a6542
commit 100d6212be
4 changed files with 64 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
{
"$schema": "https://opencode.ai/config.json"
"$schema": "https://opencode.ai/config.json",
"mcp": {
"sentry": {
"type": "remote",
"url": "https://mcp.sentry.dev/sse"
}
}
}