Skip to content

v0.4.3 - Fix add_server headers in stdio transport

Latest

Choose a tag to compare

@eastlondoner eastlondoner released this 18 Jan 12:30
· 3 commits to main since this release

Bug Fix

Fixed missing headers parameter in the add_server tool when using the stdio transport (server-stdio.ts).

PR #2 added headers support to server.ts but the stdio entry point was not updated, meaning custom headers could not be passed when adding MCP servers via stdio transport.

Changes

  • Add headers to inputSchema in server-stdio.ts
  • Pass headers to sessionManager.addServer()

Full Changelog

v0.4.2...v0.4.3