File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ DISABLE_LINTERS:
99DISABLE_ERRORS_LINTERS :
1010 - COPYPASTE_JSCPD
1111 - DOCKERFILE_HADOLINT
12+ - MARKDOWN_MARKDOWN_LINK_CHECK
1213 - REPOSITORY_CHECKOV
1314 - REPOSITORY_DEVSKIM
1415 - REPOSITORY_KICS
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ uv tool update-shell
2727
2828Create a ` .env ` file:
2929
30- ```
30+ ``` bash
3131OPENAI_API_KEY=your-api-key
3232CHROME_PATH=optional/path/to/chrome
3333PATIENT=false # Set to true if API calls should wait for task completion
@@ -65,7 +65,7 @@ browser-use-mcp-server run server --port 8000 --stdio --proxy-port 9000
6565
6666## Client Configuration
6767
68- ### SSE Mode
68+ ### SSE Mode Client Configuration
6969
7070``` json
7171{
@@ -77,7 +77,7 @@ browser-use-mcp-server run server --port 8000 --stdio --proxy-port 9000
7777}
7878```
7979
80- ### stdio Mode
80+ ### stdio Mode Client Configuration
8181
8282``` json
8383{
@@ -198,7 +198,7 @@ Default password: `browser-use` (unless overridden using the custom password met
198198
199199Try asking your AI:
200200
201- ```
201+ ``` text
202202open https://news.ycombinator.com and return the top ranked article
203203```
204204
You can’t perform that action at this time.
0 commit comments