v1.0.1 — STDIO transport fix + MIT license
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.logcalls causedJSON Parse error: Unexpected identifier/Connection closedfailures 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-serverFull Changelog: v1.0.0...v1.0.1