Files
getsentry__sentry-for-ai/mcp.json
Evan Purkhiser 0694b6f873 feat(mcp): tag Sentry MCP server URL with utm_source (#191)
Adds ?utm_source=plugin to the Sentry MCP server URL so traffic
originating from the AI plugin can be attributed.
2026-06-17 18:43:07 -04:00

9 lines
130 B
JSON

{
"mcpServers": {
"sentry": {
"type": "http",
"url": "https://mcp.sentry.dev/mcp?utm_source=plugin"
}
}
}