Install Sentry mcp globally

This commit is contained in:
Tobias Ostner 2026-07-17 13:00:55 +07:00
parent 138b1ee24c
commit bad1727674

View file

@ -4,6 +4,11 @@
"url": "https://mcp.linear.app/mcp", "url": "https://mcp.linear.app/mcp",
"auth": "oauth", "auth": "oauth",
"lifecycle": "lazy" "lifecycle": "lazy"
},
"sentry": {
"url": "https://mcp.sentry.dev/mcp",
"auth": "oauth",
"lifecycle": "lazy"
} }
} }
} }