Fix MCP file discovery errors (#9)

* fix tool errors

*QA
This commit is contained in:
Shawn Morreau
2025-12-17 11:29:27 -05:00
committed by GitHub
parent a88b3d18ce
commit 6716183068
7 changed files with 6909 additions and 7559 deletions
+2
View File
@@ -13,6 +13,7 @@ import {
ReportProgressTool,
} from "./comment.ts";
import { DebugShellCommandTool } from "./debug.ts";
import { ListFilesTool } from "./files.ts";
import { CommitFilesTool, CreateBranchTool, PushBranchTool } from "./git.ts";
import { IssueTool } from "./issue.ts";
import { GetIssueCommentsTool } from "./issueComments.ts";
@@ -91,6 +92,7 @@ export async function startMcpHttpServer(
CreateBranchTool(ctx),
CommitFilesTool(ctx),
PushBranchTool(ctx),
ListFilesTool,
];
// only include ReportProgressTool if progress comment is not disabled