diff --git a/docs/patterns/cli.mdx b/docs/patterns/cli.mdx index 66aeac978..f157e9c2d 100644 --- a/docs/patterns/cli.mdx +++ b/docs/patterns/cli.mdx @@ -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