Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions units/en/unit1/sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,15 @@ def weather_report(location: str) -> str:
# Run the server
if __name__ == "__main__":
mcp.run()
```

Once you have your server implemented, you can start it by running the server script.

```bash
mcp dev server.py
```

```

</hfoption>

<hfoption id="javascript">

```javascript
Expand Down