feat: prepare ARR for controlled public deployment
This commit is contained in:
5
arr_mcp/__init__.py
Normal file
5
arr_mcp/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Thin MCP transport boundary for ARR direct result ingestion."""
|
||||
|
||||
from arr_mcp.gateway import DirectResultGateway
|
||||
|
||||
__all__ = ["DirectResultGateway"]
|
||||
Reference in New Issue
Block a user