[Update] [2026-02-08 04:10:19] 3 files

This commit is contained in:
Adam Ladachowski
2026-02-08 04:10:19 +01:00
parent 55ac23b1f7
commit 691ba94437
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -133,7 +133,7 @@ Use with any MCP-compatible client:
```bash
# Run the MCP server
claude-browse-mcp
browse-mcp
```
Add to Claude Code's MCP config (`~/.claude/settings.json`):
@@ -142,7 +142,7 @@ Add to Claude Code's MCP config (`~/.claude/settings.json`):
{
"mcpServers": {
"browser": {
"command": "claude-browse-mcp"
"command": "browse-mcp"
}
}
}