Implement switch branch

This commit is contained in:
Mark Wylde
2025-05-31 09:20:48 +01:00
parent 799a5cd961
commit e5b2574f8c
4 changed files with 94 additions and 199 deletions

View File

@@ -33,6 +33,7 @@ const BASE_ALLOWED_TOOLS = [
"mcp__local_git_ops__delete_files",
"mcp__local_git_ops__push_branch",
"mcp__local_git_ops__create_pull_request",
"mcp__local_git_ops__checkout_branch",
"mcp__local_git_ops__git_status",
];
const DISALLOWED_TOOLS = ["WebSearch", "WebFetch"];