Skip to content

Commit 4e9487a

Browse files
authored
Update README.md (#13)
1 parent 7f602b4 commit 4e9487a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modelcontextprotocol/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ To generate the API key, refer to the [Atlan documentation](https://ask.atlan.co
6161

6262
You can install this server in [Claude Desktop](https://claude.ai/download) and interact with it right away by running:
6363
```bash
64-
mcp install server.py -f .env # to use the .env file
64+
uv run mcp install server.py -f .env # to use the .env file
6565
```
6666

6767
Alternatively, you can test it with the MCP Inspector:
6868
```bash
69-
mcp dev server.py
69+
uv run mcp dev server.py
7070
```
7171

7272
## Contact

0 commit comments

Comments
 (0)