Skip to content

v3.2.3

Choose a tag to compare

@saidsef saidsef released this 05 Oct 15:19
· 11 commits to main since this release
8b2632a

πŸš€ What's New in v3.2.3

✨ Features

  • 🎯 Enhanced MCP streamable HTTP server implementation with real-time event streaming capabilities
  • 🌐 Advanced IP integration supporting both IPv4 and IPv6 protocols
  • 🐳 Full containerisation support with optimised Docker configurations
  • πŸ“¦ Standardised Python package setup for seamless distribution

πŸ”§ Improvements & Chores

  • βš™οΈ Enhanced GitHub Actions workflows for automated container building and deployment
  • πŸ”’ Pinned Python versions for consistent and reproducible environments
  • πŸ“Š Optimised CI/CD pipelines with automated tag and release workflows
  • πŸ—οΈ Infrastructure improvements for better scalability and reliability

πŸ› Fixes

  • πŸ”¨ Resolved deployment inconsistencies across different environments
  • πŸ› οΈ Fixed configuration handling in containerised setups
  • βœ… Improved error handling and validation throughout the codebase

πŸ“š Documentation

  • πŸ“– Updated architecture diagrams with comprehensive deployment guides
  • πŸŽ“ Enhanced setup instructions for faster onboarding
  • πŸ“ Improved code documentation and inline comments
  • πŸ—ΊοΈ Clearer contribution guidelines and standards

🎯 Installation

Quick Start

export GITHUB_TOKEN="<your-github-token>"
uvx --from git+https://github.com/saidsef/[email protected] mcp-github-pr-issue-analyser

Docker

docker pull ghcr.io/saidsef/mcp-github-pr-issue-analyser:v3.2.3

Full Changelog: https://github.com/saidsef/mcp-github-pr-issue-analyser/commits/v3.2.3

🌟 Don't forget to star the repo if you find it useful!
πŸ’¬ Questions? Open an issue or start a discussion!
🀝 Contributions are always welcome!

What's Changed

  • chore: smithery update runtime configuration to use container by @saidsef in #116
  • fix: streamable http and port binding by @saidsef in #117
  • feat: dynamic host and port for mcp http by @saidsef in #118
  • chore: add glama json and version bump by @saidsef in #119

Full Changelog: v3.1.1...v3.2.3