mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-25 21:36:52 +08:00
6 lines
134 B
Python
6 lines
134 B
Python
"""MCP Proxy module for OpenHands."""
|
|
|
|
from openhands.runtime.mcp.proxy.manager import MCPProxyManager
|
|
|
|
__all__ = ['MCPProxyManager']
|