github tylergraydev/claude-code-tool-manager v1.3.8
v1.3.8 - Full SSE MCP Tool Listing

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

Full SSE MCP Tool Listing Support

SSE (Server-Sent Events) MCPs now fully support tool listing, just like stdio and HTTP MCPs.

What's New

  • Full SSE Tool Listing: SSE MCPs now display all available tools with descriptions and input schemas
  • Previously SSE only verified connectivity; now the complete MCP handshake runs:
    • initializeinitializedtools/list

Technical Changes

  • Implemented async streaming SSE client using tokio runtime
  • Parse SSE events to extract endpoint URL from endpoint event
  • Send JSON-RPC requests via POST to the messages endpoint
  • Read responses from the SSE event stream using channels
  • Added futures and tokio-stream dependencies

Bug Fixes

  • Fixed URL parsing for SSE endpoints that return JSON-encoded strings
  • Created dedicated tokio runtime for SSE tests (Tauri doesn't run in tokio context by default)

Full Changelog

v1.3.7...v1.3.8

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

NewReleases is sending notifications on new releases.