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