Skip to content

v0.0.1 - Fix stdio mode for MCP clients

Choose a tag to compare

@l4b4r4b4b4 l4b4r4b4b4 released this 11 Jan 21:01
· 14 commits to main since this release

馃敡 Bug Fix Release

Fixed

  • stdio mode protocol fix: Startup info now writes to stderr instead of stdout, fixing MCP client handshake issues with Zed and Claude Desktop

Added

  • Aligned executable name: Added yt-api-mcp as primary executable (matching package name)
  • yt-mcp remains as legacy alias for backwards compatibility

Installation

# PyPI (recommended)
pip install yt-api-mcp==0.0.1

# Or with uvx
uvx yt-api-mcp stdio

# Legacy alias still works
uvx --from yt-api-mcp yt-mcp stdio

Full Changelog

See CHANGELOG.md