Skip to content

v1.0.1 — STDIO transport fix + MIT license

Choose a tag to compare

@ZubeidHendricks ZubeidHendricks released this 16 Jul 11:08

What's Changed

Fixes

  • STDIO transport corruption fixed (#26 by @mentronig, fixes #18): all diagnostic logging now goes to stderr instead of stdout. Per the MCP spec, stdout must carry only JSON-RPC messages — the previous console.log calls caused JSON Parse error: Unexpected identifier / Connection closed failures in Claude Desktop, Claude Code, and other STDIO clients.
  • MIT LICENSE file added (fixes #28).

Docs

  • npm version + download badges in the README.

If you previously hit connection errors (#2, #4, #10, #12, #13), please update to v1.0.1 and retest:

npm install -g zubeid-youtube-mcp-server@latest
# or just restart if you use npx -y zubeid-youtube-mcp-server

Full Changelog: v1.0.0...v1.0.1