From 66baca3635bc8f0256702949752632d1ce4da040 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ullrich=20Sch=C3=A4fer?= Date: Wed, 25 Mar 2026 08:41:04 +0100 Subject: [PATCH] Add Sentry MCP server config, ignore worktrees Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitignore | 1 + .mcp.json | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 .mcp.json diff --git a/.gitignore b/.gitignore index 774c9f9..9bf3597 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ e2e/results/ test-results/ playwright-report/ playwright-results.json +.claude/worktrees/ diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..c25dcb3 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,8 @@ +{ + "mcpServers": { + "sentry": { + "type": "http", + "url": "https://mcp.sentry.dev/mcp" + } + } +} \ No newline at end of file