6 lines
151 B
Python
6 lines
151 B
Python
"""Thin MCP transport boundary for ARR direct result ingestion."""
|
|
|
|
from arr_mcp.gateway import DirectResultGateway
|
|
|
|
__all__ = ["DirectResultGateway"]
|