Remove list_files mcp

This commit is contained in:
Shawn Morreau
2025-12-23 15:34:38 -05:00
committed by GitHub
parent 0a7a38a9a5
commit 3f996b4759
5 changed files with 16493 additions and 9612 deletions
-2
View File
@@ -17,7 +17,6 @@ import {
AwaitDependencyInstallationTool,
StartDependencyInstallationTool,
} from "./dependencies.ts";
import { ListFilesTool } from "./files.ts";
import { CommitFilesTool, CreateBranchTool, PushBranchTool } from "./git.ts";
import { IssueTool } from "./issue.ts";
import { GetIssueCommentsTool } from "./issueComments.ts";
@@ -95,7 +94,6 @@ export async function startMcpHttpServer(
CreateBranchTool(ctx),
CommitFilesTool(ctx),
PushBranchTool(ctx),
ListFilesTool(ctx),
];
if (!ctx.payload.disableProgressComment) {