Skip to content

Commit b10d6ab

Browse files
author
Krishna Prasath D
committed
fixing build errors
1 parent 5707bc4 commit b10d6ab

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/tools/repositories.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ import {
77
GitRef,
88
GitForkRef,
99
PullRequestStatus,
10-
GitQueryCommitsCriteria,
1110
GitVersionType,
1211
GitVersionDescriptor,
13-
GitHistoryMode,
1412
GitPullRequestQuery,
1513
GitPullRequestQueryInput,
1614
GitPullRequestQueryType,
@@ -1738,8 +1736,6 @@ function configureRepoTools(server: McpServer, tokenProvider: () => Promise<stri
17381736
}
17391737
);
17401738

1741-
const gitVersionTypeStrings = Object.values(GitVersionType).filter((value): value is string => typeof value === "string");
1742-
17431739
server.tool(
17441740
REPO_TOOLS.search_commits,
17451741
"Search for commits in a repository with comprehensive filtering capabilities. Supports searching by description/comment text, time range, author and more.",

0 commit comments

Comments
 (0)