Skip to content

Commit 0d5b957

Browse files
michioswhashkode
authored andcommitted
fix: stdio readme fix
1 parent 6710420 commit 0d5b957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ uv tool uninstall browser-use-mcp-server 2>/dev/null || true
5959
uv tool install dist/browser_use_mcp_server-*.whl
6060

6161
# 2. Run with stdio transport
62-
browser-use-mcp-server run server --stdio --proxy-port 9000
62+
browser-use-mcp-server run server --port 8000 --stdio --proxy-port 9000
6363
```
6464

6565
## Client Configuration
@@ -83,7 +83,7 @@ browser-use-mcp-server run server --stdio --proxy-port 9000
8383
"mcpServers": {
8484
"browser-server": {
8585
"command": "browser-use-mcp-server",
86-
"args": ["run", "server", "--stdio", "--proxy-port", "9000"],
86+
"args": ["run", "server", "--port", "8000", "--stdio", "--proxy-port", "9000"],
8787
"env": {
8888
"OPENAI_API_KEY": "your-api-key"
8989
}

0 commit comments

Comments
 (0)