Skip to content

Commit 33a9eec

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

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
@@ -24,7 +24,7 @@ func SearchRepositories(getClient GetClientFn, t translations.TranslationHelperF
2424
}),
2525
mcp.WithString("query",
2626
mcp.Required(),
27-
mcp.Description("Repository search query. Examples: 'machine learning in:name start:>1000 language:python', 'topic:react', 'user:facebook'. Supports advanced search syntax for precise filtering."),
27+
mcp.Description("Repository search query. Examples: 'machine learning in:name stars:>1000 language:python', 'topic:react', 'user:facebook'. Supports advanced search syntax for precise filtering."),
2828
),
2929
WithPagination(),
3030
),

0 commit comments

Comments
 (0)