Commit Graph

17 Commits

Author SHA1 Message Date
Justin Spahr-Summers
a47abf5cce Add support for listing PR comments 2025-01-10 13:47:46 +00:00
Justin Spahr-Summers
ac7592f71a Support updating PR branches 2025-01-10 12:57:39 +00:00
Justin Spahr-Summers
353fbb8d0a Add reading PR files and status, merging PRs 2025-01-10 12:57:38 +00:00
Justin Spahr-Summers
9e25ffd599 Add support for listing, reading, and reviewing PRs 2025-01-10 12:57:38 +00:00
Raduan77
8cc8c6e7a7 Allow body to be nullable in GithubIssueSchema 2024-12-11 09:14:25 +01:00
Aschent89
6d7a8f2267 feat: add get_issue endpoint to retrieve single issue details
Adds functionality to fetch details of a specific GitHub issue by number.
This includes:
- New GetIssueSchema for input validation
- Implementation of getIssue function using GitHub API
- Addition of get_issue tool to available tools list
- Handler for get_issue in CallToolRequestSchema

This allows users to retrieve complete issue information including:
- Issue metadata (title, body, state)
- Associated data (labels, assignees, milestone)
- Timestamps (created, updated, closed)
2024-12-06 14:03:12 -05:00
Justin Spahr-Summers
f10a89b9b3 Merge branch 'main' into patch-1 2024-12-05 23:30:46 +00:00
Justin Spahr-Summers
54d6b58901 Merge branch 'main' into pr/224 2024-12-05 23:27:30 +00:00
Justin Spahr-Summers
d300fec66a Merge branch 'main' into pr/119 2024-12-05 23:05:57 +00:00
Raduan77
3b71d48f65 address comment 2024-12-05 11:37:51 +01:00
Ben Sully
789219ddf9 Make merge_commit_sha nullable in GitHub server
Fixes #227.
2024-12-04 16:37:14 +00:00
Himanshu Ladia
c31f00f54f fix contract 2024-12-04 17:29:56 +05:30
Himanshu Ladia
44f68efbdc add capability to list commits of a branch 2024-12-04 14:58:47 +05:30
Jerad Bitner
08015830a6 feat: add issue management functionalities for github
- Implemented `listIssues`, `updateIssue`, and `addIssueComment` functions to manage GitHub issues.
- Introduced corresponding schemas: `ListIssuesOptionsSchema`, `UpdateIssueOptionsSchema`, and `IssueCommentSchema`.
- Updated server request handlers to support new functionalities.
- Enhanced README with documentation for new features.
2024-11-28 13:59:37 -08:00
Raduan77
c6a2597fca bump docs 2024-11-28 09:54:14 +01:00
Raduan77
4ac78a996c code for search in github 2024-11-28 09:51:03 +01:00
Mahesh Murag
859c7b8520 Updated Github to Zod 2024-11-21 00:18:09 -05:00