passing module for mcp server name

This commit is contained in:
2026-01-22 17:43:34 +05:30
parent 2ed962d639
commit cb68b0b93f
5 changed files with 12 additions and 5 deletions

View File

@@ -20,6 +20,7 @@ def build(
def serve(
mcp: bool,
mkdocs: bool,
module: Optional[str],
mkdocs_yml: Path,
out_dir: Path,
) -> None: ...