Revert "Add CLI banner"

This commit is contained in:
Jeremiah Lowin 2025-07-02 00:53:20 -04:00 committed by GitHub
commit 41359ec99d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 7 additions and 179 deletions

View file

@ -46,7 +46,6 @@ 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