Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 06:33
· 316 commits to main since this release

🚀 Initial Release

小智 MCP Hub 首次发布!

🐳 Docker Images

  • Base版本: huangjunsen/xiaozhi-mcphub:1.0.0
  • Full版本: huangjunsen/xiaozhi-mcphub:1.0.0-full

支持架构: linux/amd64, linux/arm64

🚀 Quick Start

# Docker 方式启动
docker run -d -p 3000:3000 huangjunsen/xiaozhi-mcphub:1.0.0

# 或下载源码包部署
wget https://github.com/huangjunsen0406/xiaozhi-mcphub/releases/download/v1.0.0/xiaozhi-mcphub-v1.0.0.tar.gz
tar -xzf xiaozhi-mcphub-v1.0.0.tar.gz
cd xiaozhi-mcphub-v1.0.0
./install.sh

📚 Documentation