From de14845868e0af7f2c99dbcc2f61a1994480685b Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Sat, 17 May 2025 15:07:23 -0400 Subject: [PATCH] Update cli.mdx --- docs/deployment/cli.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/deployment/cli.mdx b/docs/deployment/cli.mdx index a010722d2..7bfd13566 100644 --- a/docs/deployment/cli.mdx +++ b/docs/deployment/cli.mdx @@ -47,6 +47,7 @@ This command runs the server directly in your current Python environment. You ar | Log Level | `--log-level`, `-l` | Log level (DEBUG, INFO, WARNING, ERROR, CRITICAL) | #### Server Specification + The server can be specified in three ways: 1. `server.py` - imports the module and looks for a FastMCP object named `mcp`, `server`, or `app`. Errors if no such object is found.