From 74b16f02baafa8d9f56cfdf0c617671664cb6f22 Mon Sep 17 00:00:00 2001 From: Sho Sakuma Date: Sun, 5 Apr 2026 01:19:10 +0900 Subject: chore: Add MCP --- website/.mcp.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 website/.mcp.json (limited to 'website') 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 -- cgit v1.2.1