Skip to content

v2.6.0

Compare
Choose a tag to compare
@saidsef saidsef released this 13 Aug 18:13
· 1 commit to main since this release
2dd9fb3

Release v2.6.0

This update introduces enhanced filtering options for listing open issues and pull requests, superior type hinting for improved type safety, documentation upgrades, and important dependency updates—notably bringing the 'uv' package up to v0.8.6.

Key Features & Improvements

  • Advanced filtering: The list_open_issues_prs function now supports refined filtering, enabling more precise queries for issue and pull request management.
  • Type hints: Broader and more explicit type hints ensure a strongly-typed and robust codebase, adhering to best practices in software development.
  • Documentation and bug fixes: Updated documentation for clarity and minor corrections to text and function signatures.
  • Dependency Upgrades: Dependencies have been updated across the board, supporting greater stability and security.

Prerequisites

export GITHUB_TOKEN="<your-github-token>"

Quick Install Instructions

uvx --from git+https://github.com/saidsef/[email protected] mcp-github-pr-issue-analyser

For details on all supported features, flows, and integration details, consult the project README.

This comprehensive automation via the Model Context Protocol (MCP), and best practices in software quality.

What's Changed

  • chore(deps): bump uv from 0.8.0 to 0.8.6 in the pip group by @dependabot[bot] in #77
  • chore: update documentation, dependencies and fix typo by @saidsef in #78
  • feat: Add filtering option to list_open_issues_prs and improve type hints by @saidsef in #83

Full Changelog: v2.5.0...v2.6.0