Files
vtb/server/mcp_tools/__init__.py
2026-03-05 18:45:04 +08:00

7 lines
133 B
Python

"""MCP 工具模块"""
from .weather import get_weather
from .web_search import web_search
__all__ = ["get_weather", "web_search"]