Skip to content

Release v0.2.6

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Dec 03:39
· 8 commits to main since this release

Version 0.2.6

chore: 升级版本到 v0.2.6

版本更新内容:

  • 修复STDIO模式下的MCP协议兼容性问题
  • 更新CI/CD配置到最新版本(Python 3.12, GitHub Actions v6)
  • 优化Cherry Studio等MCP客户端的兼容性

🤖 Generated with Claude Code

Co-Authored-By: Claude noreply@anthropic.com


安装方式

pip install genome-mcp

快速开始

genome-mcp --help

功能特性

  • 🔍 智能查询解析:支持自然语言和结构化查询
  • 📊 批量数据获取:优化的批量查询,减少API调用
  • 🎯 语义搜索:理解查询意图的智能搜索
  • 🚀 多传输模式:支持STDIO、HTTP、SSE传输
  • ⚡ 异步处理:高性能异步架构
  • 📚 完整文档:详细的API文档和使用示例

配置示例

Claude Desktop:

{
  "mcpServers": {
    "genome-mcp": {
      "command": "uvx",
      "args": ["genome-mcp"]
    }
  }
}