Skip to content

v0.4.4 - Fix MCP Server Connection Issues

Choose a tag to compare

@kesslerio kesslerio released this 14 Jul 22:33
· 96 commits to main since this release
09bd36e

🔧 Bug Fixes

Critical MCP Server Connection Fix

  • Fixed: MCP server connection failures with "Connection closed" (-32000) errors
  • Added: Missing aiohttp>=3.10.0 dependency 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