Update cli.mdx

This commit is contained in:
Jeremiah Lowin 2025-05-17 15:07:23 -04:00
commit de14845868

View file

@ -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
<VersionBadge version="2.4.0" />
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.