initial commit

This commit is contained in:
Bitdori (Admin) 2026-08-29 22:09:51 +09:00
commit 9ca2767d48
259 changed files with 21528 additions and 0 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"