Skip to content

add support for list_issues #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 20, 2025
Merged

add support for list_issues #26

merged 4 commits into from
Mar 20, 2025

Conversation

juruen
Copy link
Collaborator

@juruen juruen commented Mar 19, 2025

Context

This PR adds support for the list_issues tool.

Screenshot 2025-03-19 at 21 50 01

@Copilot Copilot AI review requested due to automatic review settings March 19, 2025 20:51
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds support for the "list_issues" tool that lists and filters repository issues.

  • Implements a new listIssues function in pkg/github/issues.go.
  • Adds corresponding tests in pkg/github/issues_test.go.
  • Updates README.md documentation and registers the tool in pkg/github/server.go.

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
pkg/github/issues.go Added listIssues implementation and ISO timestamp error message.
pkg/github/issues_test.go Added tests for listIssues and parseISOTimestamp functionality.
README.md Updated documentation to include parameters for list_issues.
pkg/github/server.go Registered listIssues in the server tool set.

Tip: Leave feedback on Copilot's review comments with the 👎 and 👍 buttons to help improve review quality. Learn more

@juruen juruen force-pushed the juruen/list-issues branch from b90f682 to 3bc8632 Compare March 19, 2025 20:57
Base automatically changed from juruen/create-issue to main March 20, 2025 17:17
@juruen juruen merged commit b3b3e02 into main Mar 20, 2025
4 checks passed
@juruen juruen deleted the juruen/list-issues branch March 20, 2025 17:20
manian0430 pushed a commit to ChrisLally/github-mcp-server that referenced this pull request Apr 12, 2025
* add create_issue tool

* add support for list_issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants