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