6c4ae1ae33
**Issue**: https://github.com/twentyhq/core-team-issues/issues/1587 ### Changes Made - Modified scroll event handling to detect and limit two-finger scroll gestures to the workflow canvas component - Improved user experience by preventing accidental navigation or zooming outside the intended canvas area --------- Co-authored-by: Twill <agent@twill.ai> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
25 lines
530 B
JSON
25 lines
530 B
JSON
{
|
|
"mcpServers": {
|
|
"postgres": {
|
|
"type": "stdio",
|
|
"command": "uv",
|
|
"args": ["run", "postgres-mcp", "--access-mode=unrestricted"],
|
|
"env": {
|
|
"DATABASE_URI": "${PG_DATABASE_URL}"
|
|
}
|
|
},
|
|
"playwright": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": ["@playwright/mcp@latest", "--no-sandbox", "--headless"],
|
|
"env": {}
|
|
},
|
|
"context7": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": ["-y", "@upstash/context7-mcp"],
|
|
"env": {}
|
|
}
|
|
}
|
|
}
|