What's Changed
mcp-qwen — Full Rewrite
exec()→spawn()+ stdin prompt delivery (no shell injection risk)QWEN_AUTH_TYPEenv var for OAuth support (qwen-oauth)- 5 error detection patterns:
AUTH_NOT_CONFIGURED,QUOTA_EXCEEDED,AUTH_EXPIRED,MODEL_NOT_AVAILABLE,TIMEOUT
mcp-openai
- Default timeout increased 90s → 180s for complex prompts
All Servers
- Version bumped to 2.0.0
Documentation
- setup-qwen: OAuth as recommended auth method,
selectedTypefix - setup-openai: updated timeout, minimal config tips
- architecture: updated error patterns and timeout table
- README: added Changelog section, updated auth descriptions
- config examples: added
QWEN_AUTH_TYPE, removed hardcoded model
AI Concilium Skill
- Added Qwen auth troubleshooting entries
Full Changelog: v0.1.0...v2.0.0