v0.4.4 - Fix MCP Server Connection Issues
🔧 Bug Fixes
Critical MCP Server Connection Fix
- Fixed: MCP server connection failures with "Connection closed" (-32000) errors
- Added: Missing
aiohttp>=3.10.0dependency to requirements.txt - Improved: Comprehensive dependency check in bin script
Previous Fixes (from PR #159)
- Fixed: vibe_check_mentor tool accuracy and session management
- Enhanced: Persona reasoning and collaborative insights
- Resolved: Clean startup without configuration warnings
🚀 What's New
- More reliable MCP server startup in Claude Code environments
- Complete dependency validation for both local and npx installations
- Enhanced anti-pattern detection reliability
📦 Installation
# NPX (recommended)
npx vibe-check-mcp
# Local installation
pip install -r requirements.txt
PYTHONPATH=src python -m vibe_check.server🔍 Testing
Both local and npx versions now start reliably:
- ✅
PYTHONPATH=src python -m vibe_check.server --help - ✅
npx vibe-check-mcp --help
Full Changelog: v0.4.3...v0.4.4