next start --port 7007
This commit is contained in:
parent
10da203964
commit
c0f9e87f7e
11 changed files with 163 additions and 8 deletions
12
mcpServers/chrome-devtools-mcp.yaml
Executable file
12
mcpServers/chrome-devtools-mcp.yaml
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
name: Chrome DevTools MCP
|
||||
version: 0.0.1
|
||||
schema: v1
|
||||
mcpServers:
|
||||
- name: "Chrome DevTools (MCP) "
|
||||
command: npx
|
||||
args:
|
||||
- -y
|
||||
- chrome-devtools-mcp@latest
|
||||
- --no-usage-statistics
|
||||
env:
|
||||
CHROME_DEVTOOLS_MCP_NO_USAGE_STATISTICS: "1"
|
||||
8
mcpServers/playwright-mcp.yaml
Executable file
8
mcpServers/playwright-mcp.yaml
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
name: Playwright mcpServer
|
||||
version: 0.0.1
|
||||
schema: v1
|
||||
mcpServers:
|
||||
- name: Browser search
|
||||
command: npx
|
||||
args:
|
||||
- "@playwright/mcp@latest"
|
||||
Loading…
Add table
Add a link
Reference in a new issue