feat: 添加天气、网页搜索mcp

This commit is contained in:
gouhanke
2026-03-05 18:45:04 +08:00
parent 9375dc29ee
commit 5b2573c0ca
12 changed files with 313 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
"""MCP 工具模块"""
from .weather import get_weather
from .web_search import web_search
__all__ = ["get_weather", "web_search"]