feat: prepare ARR for controlled public deployment

This commit is contained in:
Wyndham ARR
2026-07-29 16:38:05 +08:00
commit a701de9f0e
271 changed files with 48472 additions and 0 deletions

5
arr_mcp/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
"""Thin MCP transport boundary for ARR direct result ingestion."""
from arr_mcp.gateway import DirectResultGateway
__all__ = ["DirectResultGateway"]