Skip to content

v2.3.0

Choose a tag to compare

@saidsef saidsef released this 03 Jul 19:59
· 48 commits to main since this release
4f8b7ec

MCP GitHub PR and Issue Analyser v2.3.0

A Model Context Protocol (MCP) server for analyzing GitHub Pull Requests and Issues with AI-powered insights.

Installation

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

Features

  • Analyze GitHub Pull Requests and Issues
  • AI-powered insights and recommendations
  • MCP server integration for seamless workflow
  • Comprehensive PR diff analysis
  • Issue tracking and management

Requirements

  • Python 3.8+
  • GitHub Personal Access Token
  • MCP-compatible client

Usage

Set your GitHub token as an environment variable and run the MCP server to start analyzing your repositories.


For more information, visit the repository.

What's Changed

  • chore: github list open pr given owner by @saidsef in #53

Full Changelog: v2.2.2...v2.3.0