Skip to content

Commit 53df193

Browse files
authored
Update README.md
1 parent de6e66c commit 53df193

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python-mcp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python MCP: Connect Your LLM With the World
22

3-
This repo contains the source code for [Python MCP: Connect Your LLM With the World](https://realpython.com/python-mcp-connect-your-llm-with-world/)
3+
This folder contains the source code for [Python MCP: Connect Your LLM With the World](https://realpython.com/python-mcp-connect-your-llm-with-world/).
44

55
## Setup
66

@@ -20,4 +20,4 @@ Once your environment is set up, you can run the MCP server with the following c
2020
(venv) $ python main.py
2121
```
2222

23-
In `test/test_server.py`, you'll also want to change `SERVER_PATH` to the local path to your `main.py` file. See the tutorial for all the details on what's going on here, along with how to connect your server to Cursor's MCP client.
23+
In `test/test_server.py`, you'll also want to change `SERVER_PATH` to the local path to your `main.py` file. See the tutorial for all the details on what's going on here, along with how to connect your server to Cursor's MCP client.

0 commit comments

Comments
 (0)