Files
blackcanyontickets/.mcp.json
dzinesco a049472a13 fix: resolve ticket modal issues and improve functionality
- Fixed modal background opacity from 0.5 to 0.75 for better visibility
- Fixed X button close functionality in TicketTypeModal
- Resolved CORS issues by removing credentials: 'include' from Supabase client
- Fixed onSave callback signature mismatch in TicketsTab component
- Removed old initEmbedModal function references causing JavaScript errors
- Added comprehensive Playwright tests for ticket button functionality
- Verified modal works correctly in both light and dark modes

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-16 08:45:39 -06:00

64 lines
1.6 KiB
JSON

{
"context": {
"modes": ["sequential-thinking"]
},
"mcpServers": {
"supabase": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase@latest",
"--project-ref=zctjaivtfyfxokfaemek"
],
"env": {
"SUPABASE_ACCESS_TOKEN": "sbp_d27758bc99df08610f063d2b8964cc0ddd94d00b"
}
},
"stripe": {
"command": "npx",
"args": [
"-y",
"@stripe/mcp@latest",
"--tools=all"
],
"env": {
"STRIPE_SECRET_KEY": "${STRIPE_SECRET_KEY}"
}
},
"ide": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ide@latest"
]
},
"playwright_ui_login": {
"command": "npx",
"args": ["-y", "@playwright/mcp-ui-login@latest"]
},
"playwright_cookie_restore": {
"command": "npx",
"args": ["-y", "@playwright/mcp-cookie-restore@latest"]
},
"playwright_check_auth_routes": {
"command": "npx",
"args": ["-y", "@playwright/mcp-check-auth-routes@latest"]
},
"playwright_multi_role_simulation": {
"command": "npx",
"args": ["-y", "@playwright/mcp-multi-role@latest"]
},
"playwright_screenshot_compare": {
"command": "npx",
"args": ["-y", "@playwright/mcp-screenshot-compare@latest"]
},
"playwright_network_inspector": {
"command": "npx",
"args": ["-y", "@playwright/mcp-network-inspector@latest"]
},
"playwright_trace_debugger": {
"command": "npx",
"args": ["-y", "@playwright/mcp-trace-debugger@latest"]
}
}
}