mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-24 06:24:18 +02:00
Add CLI banner
This commit is contained in:
parent
108890c140
commit
3a528d86a3
5 changed files with 176 additions and 5 deletions
|
|
@ -46,6 +46,7 @@ This command runs the server directly in your current Python environment. You ar
|
|||
| Host | `--host` | Host to bind to when using http transport (default: 127.0.0.1) |
|
||||
| Port | `--port`, `-p` | Port to bind to when using http transport (default: 8000) |
|
||||
| Log Level | `--log-level`, `-l` | Log level (DEBUG, INFO, WARNING, ERROR, CRITICAL) |
|
||||
| No Banner | `--no-banner` | Disable the startup banner display |
|
||||
|
||||
|
||||
#### Server Specification
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue