mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-08 22:38:05 -05: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']
|