From c8603bfd3b9c89e8161a7db022a09eca3c2a8c29 Mon Sep 17 00:00:00 2001 From: Al Duncanson Date: Fri, 10 Oct 2025 00:02:13 -0400 Subject: [PATCH] fix: wrong server name in explicit server entrypoint doc --- docs/patterns/cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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