litellm-mirror/litellm/experimental_mcp_client/__init__.py
2025-03-21 17:21:40 -07:00

3 lines
102 B
Python

from .tools import call_openai_tool, load_mcp_tools
__all__ = ["load_mcp_tools", "call_openai_tool"]