fix: remove duplicate entry for get_branch_diffs in tools list

This commit is contained in:
Martim Pimentel
2025-05-30 11:30:00 +01:00
parent 4c90f760f0
commit 6bc13794c8
2 changed files with 54 additions and 59 deletions

View File

@ -308,12 +308,6 @@ const allTools = [
"Get the changes/diffs between two branches or commits in a GitLab project",
inputSchema: zodToJsonSchema(GetBranchDiffsSchema),
},
{
name: "get_branch_diffs",
description:
"Get the changes/diffs between two branches or commits in a GitLab project",
inputSchema: zodToJsonSchema(GetBranchDiffsSchema),
},
{
name: "update_merge_request",
description: "Update a merge request (Either mergeRequestIid or branchName must be provided)",