**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 <[email protected]> Co-authored-by: Claude <[email protected]> Co-authored-by: Félix Malfait <[email protected]>
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": {}
|
|
}
|
|
}
|
|
}
|