Reviewed-on: #1 Co-authored-by: Vishesh 'ironeagle' Bangotra <aetoskia@gmail.com> Co-committed-by: Vishesh 'ironeagle' Bangotra <aetoskia@gmail.com>
5 lines
155 B
Python
5 lines
155 B
Python
from pathlib import Path
|
|
|
|
def generate_resources(module: str, project_name: str | None, out_dir: Path) -> None: ...
|
|
def serve(mcp_root: Path) -> None: ...
|