🚀 版本 1.5.3
📦 安装方式
pip install heventure-search-mcp==1.5.3或使用 uvx:
uvx heventure-search-mcp🔗 链接
📋 更新内容
此版本通过自动化流程发布,包含最新的代码更新。
详细更新内容请查看 CHANGELOG.md。
🛠️ 使用方法
作为 MCP 服务器
heventure-search-mcp编程方式使用
from server import WebSearcher
searcher = WebSearcher()
results = await searcher.search("Python MCP")🤖 此版本由 GitHub Actions 自动发布