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.