7 lines
174 B
Python
7 lines
174 B
Python
from pathlib import Path
|
|
|
|
def generate_resources(
|
|
module: str, project_name: str | None, out_dir: Path
|
|
) -> None: ...
|
|
def serve(module: str, mcp_root: Path) -> None: ...
|