dograh/api/mcp/__init__.py
2026-04-15 22:19:41 +05:30

3 lines
50 B
Python

from api.mcp.server import mcp
__all__ = ["mcp"]