next start --port 7007

This commit is contained in:
Bitdori (Admin) 2026-07-28 16:52:33 +09:00
parent 10da203964
commit c0f9e87f7e
11 changed files with 163 additions and 8 deletions

View 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
View file

@ -0,0 +1,8 @@
name: Playwright mcpServer
version: 0.0.1
schema: v1
mcpServers:
- name: Browser search
command: npx
args:
- "@playwright/mcp@latest"