Skip to content

Commit f63f014

Browse files
JoannaaKLCopilot
andauthored
Update pkg/github/search.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0eba14a commit f63f014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/search.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
// SearchRepositories creates a tool to search for GitHub repositories.
1717
func SearchRepositories(getClient GetClientFn, t translations.TranslationHelperFunc) (tool mcp.Tool, handler server.ToolHandlerFunc) {
1818
return mcp.NewTool("search_repositories",
19-
mcp.WithDescription(t("TOOL_SEARCH_REPOSITORIES_DESCRIPTION", "Find GitHub repositories by name, description, readme, topics or other metadata. Perfect for discovering projects, finding examples, or locating specific repositories across GitHub.")),
19+
mcp.WithDescription(t("TOOL_SEARCH_REPOSITORIES_DESCRIPTION", "Find GitHub repositories by name, description, readme, topics, or other metadata. Perfect for discovering projects, finding examples, or locating specific repositories across GitHub.")),
2020

2121
mcp.WithToolAnnotation(mcp.ToolAnnotation{
2222
Title: t("TOOL_SEARCH_REPOSITORIES_USER_TITLE", "Search repositories"),

0 commit comments

Comments
 (0)