mirror of
https://github.com/7836246/claude-team-mcp.git
synced 2026-04-26 03:15:52 +03:00
-
v0.2.2 Stable
released this
2025-12-20 21:19:58 +03:00 | 16 commits to master since this release📅 Originally published on GitHub: Sat, 20 Dec 2025 18:20:42 GMT
🏷️ Git tag created: Sat, 20 Dec 2025 18:19:58 GMT✨ 新功能
🌊 流式输出
所有模型适配器现已支持流式输出:
- OpenAI - GPT 系列及兼容 API
- Claude - Anthropic Claude 系列
- Gemini - Google Gemini 系列
使用方式
适配器提供
stream()方法,返回 AsyncGenerator:for await (const chunk of adapter.stream(messages)) { process.stdout.write(chunk); }安装
npx claude-teamDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads