From 18f95407a997ff871220fe5ffd6e757912366e8c Mon Sep 17 00:00:00 2001 From: Michael Hablich Date: Thu, 2 Apr 2026 13:44:42 +0200 Subject: [PATCH] docs: Include Mistral Vibe setup in README Add Mistral Vibe configuration instructions to README. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 577cf7bb1..b7f271d8f 100644 --- a/README.md +++ b/README.md @@ -373,6 +373,21 @@ Once connected, the Chrome DevTools MCP tools will be available in StudioAssist. +
+ Mistral Vibe + +Add in ~/.vibe/config.toml: + +```toml +[[mcp_servers]] +name = "chrome-devtools" +transport = "stdio" +command = "npx" +args = ["chrome-devtools-mcp@latest"] +``` + +
+
OpenCode