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