chore: Update README.md, move docs to directory

This commit is contained in:
Chris Coutinho
2025-09-11 17:28:13 +02:00
parent 2cd91ceee7
commit b3cd2ace34
9 changed files with 350 additions and 318 deletions
+1
View File
@@ -107,6 +107,7 @@ def get_app(transport: str = "sse", enabled_apps: list[str] | None = None):
@click.option("--reload", "-r", is_flag=True)
@click.option(
"--log-level",
"-l",
default="info",
show_default=True,
type=click.Choice(["critical", "error", "warning", "info", "debug", "trace"]),