add get_issue tools

This commit is contained in:
David Blass
2025-11-26 17:24:37 -05:00
parent e54e7f1353
commit 007bc8a611
5 changed files with 190 additions and 1 deletions
+6
View File
@@ -12,6 +12,9 @@ import {
} from "./comment.ts";
import { DebugShellCommandTool } from "./debug.ts";
import { IssueTool } from "./issue.ts";
import { GetIssueCommentsTool } from "./issueComments.ts";
import { GetIssueEventsTool } from "./issueEvents.ts";
import { IssueInfoTool } from "./issueInfo.ts";
import { PullRequestTool } from "./pr.ts";
import { PullRequestInfoTool } from "./prInfo.ts";
import { ReviewTool } from "./review.ts";
@@ -64,6 +67,9 @@ export async function startMcpHttpServer(): Promise<{ url: string; close: () =>
CreateWorkingCommentTool,
UpdateWorkingCommentTool,
IssueTool,
IssueInfoTool,
GetIssueCommentsTool,
GetIssueEventsTool,
PullRequestTool,
ReviewTool,
PullRequestInfoTool,