added missing pyi files

This commit is contained in:
2026-01-21 18:39:50 +05:30
parent 9a066eb0af
commit c82868d5a7
4 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
from pathlib import Path
def generate_resources(module: str, project_name: str | None, out_dir: Path) -> None: ...
def serve(mcp_root: Path) -> None: ...