Skip to content

Commit 582c9e0

Browse files
authored
docs: Include Mistral Vibe setup in README (#1801)
Add Mistral Vibe configuration instructions to README.
1 parent 7fa7857 commit 582c9e0

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,21 @@ Once connected, the Chrome DevTools MCP tools will be available in StudioAssist.
373373

374374
</details>
375375

376+
<details>
377+
<summary>Mistral Vibe</summary>
378+
379+
Add in ~/.vibe/config.toml:
380+
381+
```toml
382+
[[mcp_servers]]
383+
name = "chrome-devtools"
384+
transport = "stdio"
385+
command = "npx"
386+
args = ["chrome-devtools-mcp@latest"]
387+
```
388+
389+
</details>
390+
376391
<details>
377392
<summary>OpenCode</summary>
378393

0 commit comments

Comments
 (0)