docs: add Bob MCP client configuration (#2364)

Add IBM Bob MCP client configuration docs
This commit is contained in:
Davide Barletta
2026-08-10 14:09:16 +02:00
committed by GitHub
parent 26fd53ff8e
commit 5c16940809
+20
View File
@@ -136,6 +136,26 @@ Chrome DevTools MCP will not start the browser instance automatically using this
</details>
<details>
<summary>Bob</summary>
Follow the <a href="https://bob.ibm.com/docs/ide/configuration/mcp/mcp-in-bob">IBM Bob MCP guide</a> and add the Chrome DevTools MCP server to your Bob MCP configuration. Use the global config (`~/.bob/mcp.json`) to apply it across all workspaces, or a project config (`.bob/mcp.json`) to scope it to one project:
```json
{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": ["-y", "chrome-devtools-mcp@latest"]
}
}
}
```
You can edit these files from **Bob panel → Settings → MCP → Edit Global MCP** (or **Edit Project MCP**). Bob hot-reloads on save. Once the server appears in the MCP tab, switch to the **🌎 Browser Dev** mode to get guided browser debugging directly in Bob.
</details>
<details>
<summary>Claude Code</summary>