summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-04-05 01:19:10 +0900
committerSho Sakuma <me@m1sk9.dev>2026-04-05 01:19:10 +0900
commit74b16f02baafa8d9f56cfdf0c617671664cb6f22 (patch)
tree9e5dfa47beb68d1c61ef0d76eb4d42ec1ac97bca /website
parent6e96b5de6ef49140a49eb0bd9cbd4b9fa541a2cb (diff)
downloadLunaticChat-74b16f02baafa8d9f56cfdf0c617671664cb6f22.tar.gz
LunaticChat-74b16f02baafa8d9f56cfdf0c617671664cb6f22.tar.bz2
LunaticChat-74b16f02baafa8d9f56cfdf0c617671664cb6f22.zip
chore: Add MCP
Diffstat (limited to 'website')
-rw-r--r--website/.mcp.json13
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