mirror of
https://github.com/browser-use/browser-use
synced 2026-05-13 17:56:35 +02:00
Merge branch 'main' into mert/fix_error_messages
This commit is contained in:
@@ -55,7 +55,7 @@ Options:
|
||||
Run browser-use as a Model Context Protocol server:
|
||||
|
||||
```bash
|
||||
uvx 'browser-use[cli]' --mcp # exoects MCP JSON RPC over stdio
|
||||
uvx 'browser-use[cli]' --mcp # expects MCP JSON RPC over stdio
|
||||
```
|
||||
|
||||
This mode exposes browser automation capabilities as MCP tools that can be used by:
|
||||
@@ -78,7 +78,7 @@ The default configuration file is located at:
|
||||
|
||||
You can override this location with:
|
||||
- `BROWSER_USE_CONFIG_PATH` environment variable
|
||||
- `BROWSER_USE_CONFIG_DIR` environment variable (directory containing config.json)
|
||||
- `BROWSER_USE_CONFIG_DIR` environment variable (directory containing `config.json`)
|
||||
|
||||
### Configuration File Format
|
||||
|
||||
|
||||
Reference in New Issue
Block a user