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

@@ -1,4 +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: ...
def serve(module: str, mcp_root: Path) -> None: ...