feat: 添加天气、网页搜索mcp
This commit is contained in:
6
server/mcp_tools/__init__.py
Normal file
6
server/mcp_tools/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""MCP 工具模块"""
|
||||
|
||||
from .weather import get_weather
|
||||
from .web_search import web_search
|
||||
|
||||
__all__ = ["get_weather", "web_search"]
|
||||
Reference in New Issue
Block a user