fix: remove duplicate entry for get_branch_diffs in tools list
This commit is contained in:
6
index.ts
6
index.ts
@ -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)",
|
||||
|
Reference in New Issue
Block a user