Skip to content

Commit 848ecd0

Browse files
committed
fix docs
1 parent 507e23a commit 848ecd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ before sending a pull request. For smaller changes (e.g. fixing a bug, adding a
1010

1111
### Running tests
1212

13-
First, install test requirements from within the directory of the server you're working on:
13+
First, install all requirements from within the directory of the server you're working on:
1414

1515
```bash
1616
uv sync
17-
uv pip install --group dev
1817
```
1918

2019
To run tests:
@@ -25,7 +24,8 @@ uv run pytest tests
2524

2625
To run and fix lint errors, run the following from the repo root directory:
2726
```bash
28-
./dev/lint.sh --fix
27+
make fmt # to format code
28+
make lint # to run linters
2929
```
3030

3131
### Guidelines for MCP servers

0 commit comments

Comments
 (0)