Skip to content

v1.1.0

Choose a tag to compare

@steviec steviec released this 16 Jul 15:28
· 40 commits to main since this release
8c5d32d

Major Features

  • Doctor Framework: Complete new testing framework for MCP server validation
    • Core infrastructure with lifecycle testing
    • Protocol tests for comprehensive validation
    • Support for tools, resources, and prompt capabilities
  • Enhanced Output: Improved display format with organized, concise results
  • JUnit XML Support: Added XML output format for CI/CD integration

Improvements

  • Eliminated any types across core components for better type safety
  • Enhanced LLM autofix capabilities for linting/formatting issues
  • Improved commit message guidelines and workflow documentation
  • Better error handling for API key tests (warnings instead of failures)

Technical

  • Refactored XML generation using XMLBuilder
  • Replaced custom JUnit validation with external library
  • Restructured server config interfaces
  • Added comprehensive pre-commit hook system