Skip to content

Release v1.5.3

Latest

Choose a tag to compare

@github-actions github-actions released this 09 May 05:29

🚀 版本 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 自动发布