Skip to content

v2.0.0 — Qwen rewrite, auth improvements, reliability

Latest

Choose a tag to compare

@spyrae spyrae released this 02 Mar 03:34

What's Changed

mcp-qwen — Full Rewrite

  • exec()spawn() + stdin prompt delivery (no shell injection risk)
  • QWEN_AUTH_TYPE env 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, selectedType fix
  • 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