Skip to content

v2.5.4 - Package Fixes & Search Improvements

Choose a tag to compare

@crypto-ninja crypto-ninja released this 17 Dec 09:26
· 77 commits to main since this release

馃殌 What's New in v2.5.4

Fixed

  • TypeScript Components Packaged - deno_executor/ and servers/ now included in pip package
  • Deno npm Resolution - Added deno.json config for proper npm module caching
  • Job Logs Redirect - github_get_job_logs now follows redirects to return actual log content
  • Search Response Size - Slim JSON responses for all search tools (~90% smaller, no more truncation)
  • HTTP Redirects - GhClient now follows redirects (fixes job logs and similar endpoints)

Changed

  • Package Metadata - Consolidated into pyproject.toml (clean, warning-free builds)
  • Dependencies - Removed unused python-dotenv from runtime (moved to dev)
  • Documentation - Updated credential configuration docs

Technical

  • All 320 tests passing
  • CI validated across Python 3.10, 3.11, 3.12
  • Zero build warnings

Full Changelog: v2.5.3...v2.5.4

Install: pip install github-mcp-server==2.5.4