add Address Reviews mode

This commit is contained in:
Colin McDonnell
2025-11-26 23:25:36 -08:00
parent 2ed4d445f7
commit 91f8b55167
4 changed files with 85 additions and 0 deletions
+2
View File
@@ -8,6 +8,7 @@ import {
CreateCommentTool,
CreateWorkingCommentTool,
EditCommentTool,
ReplyToReviewCommentTool,
UpdateWorkingCommentTool,
} from "./comment.ts";
import { DebugShellCommandTool } from "./debug.ts";
@@ -66,6 +67,7 @@ export async function startMcpHttpServer(): Promise<{ url: string; close: () =>
EditCommentTool,
CreateWorkingCommentTool,
UpdateWorkingCommentTool,
ReplyToReviewCommentTool,
IssueTool,
IssueInfoTool,
GetIssueCommentsTool,