pyi fixes
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
2026-01-21 17:30:43 +05:30
parent f76d8ccce4
commit e33133cb0e
3 changed files with 32 additions and 0 deletions

View File

@@ -100,5 +100,10 @@ def serve(
"""Serve documentation using MkDocs."""
@cli.command(name="serve-mcp")
def serve_mcp() -> None:
"""Serve MCP documentation."""
def main() -> None:
"""CLI entry point."""