Skip to content

Commit 45ff1f9

Browse files
authored
chore: add provider and model caption to message (#68)
1 parent d5f2540 commit 45ff1f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.0"
3+
version = "2.4.1"
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ async def list_github_issues_prs(repo_owner: str, issue: str) -> str:
230230
logging.info(f"Listing open {issue} for {repo_owner}")
231231
try:
232232
open_issues_prs = self.gi.list_open_issues_prs(repo_owner, issue)
233-
return f"Successfully listed open {issue} for {repo_owner}: {open_issues_prs}"
233+
return f"{open_issues_prs}"
234234
except Exception as e:
235235
error_msg = f"Error listing {issue} for {repo_owner}: {str(e)}"
236236
logging.error(error_msg)

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)