Skip to content

Releases: steviec/mcp-server-tester

v1.4.1

16 Sep 15:16
486979d

Choose a tag to compare

v1.4.0

30 Jul 02:57
7d3f999

Choose a tag to compare

Bug Fixes:

  • Fixed bug where full tool list was not passed to LLM, improved debug output

v1.3.5

24 Jul 16:17
2ad22ff

Choose a tag to compare

Features:

  • Added documentation command for tool

Documentation:

  • More README updates

v1.3.4

24 Jul 00:38
6def3fc

Choose a tag to compare

Added example for LLM autogen tests to improve documentation and user guidance

v1.3.3

23 Jul 23:40
8b916ff

Choose a tag to compare

Next release

v1.3.1

22 Jul 23:32
a58f374

Choose a tag to compare

v1.3.1

  • Enhanced documentation and restructured example files
  • Improved server fixtures for better testing
  • Refactored CLI commands and enhanced examples

v1.3.0

19 Jul 15:56
ea4f4c5

Choose a tag to compare

Features

  • Enhanced MCP Doctor output format with detailed issue categorization (#24)
  • Refactored doctor to use SDK error detection instead of manual validation (#26)
  • Added --help-schema CLI option for LLMs to understand schema requirements

Documentation & Maintenance

  • Updated README and project documentation
  • Removed .claude folder from repository

v1.2.2

17 Jul 16:52
004bd4a

Choose a tag to compare

Maintenance release to ensure proper versioning alignment

v1.2.1

16 Jul 22:50
3e6fd9e

Choose a tag to compare

Full Changelog: v1.2.0...v1.2.1

v1.2.0

16 Jul 20:35
2fac05f

Choose a tag to compare

Features

  • Simplified CLI options by replacing --verbose and --quiet flags with single --debug option
  • Enhanced debug mode with conversation message display for better troubleshooting
  • Improved tool call validation error messages with additional context

Changes

  • CLI now uses --debug flag instead of separate --verbose and --quiet options
  • Console output is always shown (no more quiet mode)
  • Debug mode includes formatted conversation messages for eval tests