Merge branch 'main' into mert/fix_error_messages

This commit is contained in:
Nick Sweeting
2025-08-14 12:53:06 -07:00
committed by GitHub

View File

@@ -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