Jeremiah Lowin commited on
Commit
0994cd4
·
1 Parent(s): a506ee1

Update cli.mdx

Browse files
Files changed (1) hide show
  1. docs/deployment/cli.mdx +1 -0
docs/deployment/cli.mdx CHANGED
@@ -47,6 +47,7 @@ This command runs the server directly in your current Python environment. You ar
47
  | Log Level | `--log-level`, `-l` | Log level (DEBUG, INFO, WARNING, ERROR, CRITICAL) |
48
 
49
  #### Server Specification
 
50
 
51
  The server can be specified in three ways:
52
  1. `server.py` - imports the module and looks for a FastMCP object named `mcp`, `server`, or `app`. Errors if no such object is found.
 
47
  | Log Level | `--log-level`, `-l` | Log level (DEBUG, INFO, WARNING, ERROR, CRITICAL) |
48
 
49
  #### Server Specification
50
+ <VersionBadge version="2.4.0" />
51
 
52
  The server can be specified in three ways:
53
  1. `server.py` - imports the module and looks for a FastMCP object named `mcp`, `server`, or `app`. Errors if no such object is found.