diff options
| author | Dax Raad <[email protected]> | 2025-06-22 21:10:05 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-06-22 21:10:05 -0400 |
| commit | 100d6212be5b1475692116397aa9bef05da79cbf (patch) | |
| tree | 3caaa94015fe941a0bf3cf45a36d0d2175c80dd9 /opencode.json | |
| parent | f0e19a6542d3e3aa7b68e4ec430a7c8bb9b22537 (diff) | |
| download | opencode-100d6212be5b1475692116397aa9bef05da79cbf.tar.gz opencode-100d6212be5b1475692116397aa9bef05da79cbf.zip | |
more graceful mcp failures
Diffstat (limited to 'opencode.json')
| -rw-r--r-- | opencode.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/opencode.json b/opencode.json index 720ece5c1..090aed596 100644 --- a/opencode.json +++ b/opencode.json @@ -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" + } + } } |
