Skip to content

Commit 4b980a7

Browse files
committed
remove comment
1 parent 8750d99 commit 4b980a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/github/repositories.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1441,7 +1441,6 @@ func GetLatestRelease(getClient GetClientFn, t translations.TranslationHelperFun
14411441
}
14421442
}
14431443

1444-
// GetReleaseByTag creates a tool to get a specific release by its tag name in a GitHub repository.
14451444
func GetReleaseByTag(getClient GetClientFn, t translations.TranslationHelperFunc) (tool mcp.Tool, handler server.ToolHandlerFunc) {
14461445
return mcp.NewTool("get_release_by_tag",
14471446
mcp.WithDescription(t("TOOL_GET_RELEASE_BY_TAG_DESCRIPTION", "Get a specific release by its tag name in a GitHub repository")),

0 commit comments

Comments
 (0)