Skip to content

Commit 31e1077

Browse files
committed
Make sure to use uv
1 parent 055e11a commit 31e1077

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
@@ -31,13 +31,13 @@ $ uv run python deploy_gcf.py
3131
### As an MCP Server
3232

3333
```console
34-
$ python main.py
34+
$ uv run python main.py
3535
```
3636

3737
### Running Tests
3838

3939
```console
40-
$ pytest
40+
$ uv run pytest
4141
```
4242

4343
### Testing with the MCP Inspector

0 commit comments

Comments
 (0)