Skip to content

Commit a1aa6b4

Browse files
committed
chore: update MegaLinter configuration to disable Markdown link checks and enhance README formatting
1 parent 8cada48 commit a1aa6b4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.mega-linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ DISABLE_LINTERS:
99
DISABLE_ERRORS_LINTERS:
1010
- COPYPASTE_JSCPD
1111
- DOCKERFILE_HADOLINT
12+
- MARKDOWN_MARKDOWN_LINK_CHECK
1213
- REPOSITORY_CHECKOV
1314
- REPOSITORY_DEVSKIM
1415
- REPOSITORY_KICS

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ uv tool update-shell
2727

2828
Create a `.env` file:
2929

30-
```
30+
```bash
3131
OPENAI_API_KEY=your-api-key
3232
CHROME_PATH=optional/path/to/chrome
3333
PATIENT=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

199199
Try asking your AI:
200200

201-
```
201+
```text
202202
open https://news.ycombinator.com and return the top ranked article
203203
```
204204

0 commit comments

Comments
 (0)