fix: wrong server name in explicit server entrypoint doc

This commit is contained in:
Al Duncanson 2025-10-10 00:02:13 -04:00 committed by GitHub
commit c8603bfd3b
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