Commit Graph

6 Commits

Author SHA1 Message Date
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
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