github tylergraydev/claude-code-tool-manager v1.3.7
v1.3.7 - HTTP & SSE MCP Testing

latest releases: v3.10.0, v3.9.1, v3.9.0...
5 months ago

What's New

HTTP MCP Testing 🌐

Full support for Streamable HTTP transport:

  • Session tracking via mcp-session-id header
  • Parses both JSON and SSE-formatted responses
  • Lists all available tools with descriptions and schemas
  • Proper Accept: application/json, text/event-stream header for MCP spec compliance

SSE MCP Testing 📡

Basic connectivity verification for SSE endpoints:

  • Verifies SSE endpoint responds with text/event-stream content-type
  • Shows "connected" status when successful
  • Note: Full tool listing requires async streaming (coming in a future release)

Bug Fixes

  • Fixed HTTP session handling - now maintains state across initialize/tools requests
  • Each MCP test now uses a single session instead of creating multiple connections

Transport Support Summary

Transport Connection Test Tool Listing
Stdio ✅ Full ✅ Full
HTTP ✅ Full ✅ Full
SSE ✅ Connectivity 🔄 Coming Soon

Full Changelog

v1.3.6...v1.3.7

Don't miss a new claude-code-tool-manager release

NewReleases is sending notifications on new releases.