diff options
Diffstat (limited to 'website')
| -rw-r--r-- | website/.mcp.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/website/.mcp.json b/website/.mcp.json new file mode 100644 index 0000000..cc35acb --- /dev/null +++ b/website/.mcp.json @@ -0,0 +1,13 @@ +{ + "mcpServers": { + "chrome-devtools": { + "type": "stdio", + "command": "bunx", + "args": [ + "chrome-devtools-mcp", + "--executablePath=/Applications/Chromium.app/Contents/MacOS/Chromium" + ], + "env": {} + } + } +}
\ No newline at end of file |
