Skip to content

Commit aa54d06

Browse files
authored
chore: issue prs path annotations (#71)
1 parent 45ff1f9 commit aa54d06

File tree

3 files changed

+49
-48
lines changed

3 files changed

+49
-48
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-github-pr-issue-analyser"
3-
version = "2.4.1"
3+
version = "2.4.2"
44
description = "MCP GitHub Issues Create/Update and PR Analyse"
55
readme = "README.md"
66
requires-python = ">=3.12"

src/mcp_github/issues_pr_analyser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ async def add_github_pr_comment(repo_owner: str, repo_name: str, pr_number: int,
219219
async def list_github_issues_prs(repo_owner: str, issue: str) -> str:
220220
"""
221221
Lists all open pull requests or issues for a given GitHub repository owner.
222+
GitHub /issues/ endpoint is used to list all open issues and pull requests.
222223
Args:
223224
repo_owner (str): The owner of the GitHub repository.
224225
issue (str): The type of items to list, either 'pr' for pull requests or 'issue' for issues.

0 commit comments

Comments
 (0)