docs: Include Mistral Vibe setup in README (#1801)

Add Mistral Vibe configuration instructions to README.
This commit is contained in:
Michael Hablich
2026-04-10 09:12:57 +02:00
committed by GitHub
parent 7fa785768c
commit 582c9e01e9
+15
View File
@@ -373,6 +373,21 @@ Once connected, the Chrome DevTools MCP tools will be available in StudioAssist.
</details>
<details>
<summary>Mistral Vibe</summary>
Add in ~/.vibe/config.toml:
```toml
[[mcp_servers]]
name = "chrome-devtools"
transport = "stdio"
command = "npx"
args = ["chrome-devtools-mcp@latest"]
```
</details>
<details>
<summary>OpenCode</summary>