chore(devtools): Recommend @playwright/mcp in Cursor (#8380)

Co-authored-by: Evan Lohn <evan@danswer.ai>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
Jamison Lahman
2026-02-12 11:15:29 -08:00
committed by GitHub
parent c937da65c4
commit 9fcd999076
2 changed files with 17 additions and 0 deletions

16
.cursor/mcp.json Normal file
View File

@@ -0,0 +1,16 @@
{
"mcpServers": {
"Playwright": {
"command": "npx",
"args": [
"@playwright/mcp"
]
},
"Linear": {
"url": "https://mcp.linear.app/mcp"
},
"Figma": {
"url": "https://mcp.figma.com/mcp"
}
}
}

1
.gitignore vendored
View File

@@ -6,6 +6,7 @@
!/.vscode/tasks.template.jsonc
.zed
.cursor
!/.cursor/mcp.json
# macos
.DS_store