Files
GIA/core/mcp/__init__.py

4 lines
69 B
Python

from .server import run_stdio_server
__all__ = ["run_stdio_server"]