Merge pull request #2046 from alDuncanson/fix-doc

fix: wrong server name in explicit server entrypoint doc
This commit is contained in:
William Easton 2025-10-10 16:27:53 -04:00 committed by GitHub
commit 5edcc520b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -116,7 +116,7 @@ def hello() -> str:
You can run it with:
```bash
fastmcp run server.py:custom_name
fastmcp run server.py:my_server
```
#### Factory Function