Commit Graph

18 Commits

Author SHA1 Message Date
Justin Spahr-Summers
f42cf77d57 Don't use old toolResult format 2025-01-10 12:57:38 +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
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
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
7d51320f42 merge w/ upstream 2024-12-05 11:20:54 +01: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
506eabab39 fix: update listIssues and updateIssue function signatures 2024-12-03 13:21:00 -08:00
Justin Spahr-Summers
f8158a69be Merge branch 'main' into feat__github-issue-tools 2024-12-03 07:20:25 -06:00
David Soria Parra
788098220e servers: make tool call result spec compatible 2024-12-03 13:00:22 +00:00
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
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
Mahesh Murag
1a45f95a7c Updated Github 2024-11-20 23:54:39 -05:00
Elie Schoppik
1b33f678da cleanup 2024-11-20 15:17:15 -05:00
Elie Schoppik
9be6268005 init on github 2024-11-20 13:08:06 -05:00