rmi-backend/app/api/v1/mcp/__init__.py

4 lines
70 B
Python

"""MCP v1 routes."""
from .router import router
__all__ = ["router"]