Compare commits
1 commit
996168d00c
...
e871bc1f19
| Author | SHA1 | Date | |
|---|---|---|---|
| e871bc1f19 |
2 changed files with 13 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -43,3 +43,4 @@ certs
|
|||
.obsidian
|
||||
|
||||
.claude/
|
||||
.playwright-mcp/
|
||||
|
|
|
|||
12
.mcp.json
Normal file
12
.mcp.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"mcpServers": {
|
||||
"playwright": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"@playwright/mcp@latest",
|
||||
"--caps",
|
||||
"devtools"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue