We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63f014 commit a6383dbCopy full SHA for a6383db
pkg/github/search.go
@@ -24,7 +24,7 @@ func SearchRepositories(getClient GetClientFn, t translations.TranslationHelperF
24
}),
25
mcp.WithString("query",
26
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."),
+ 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."),
28
),
29
WithPagination(),
30
0 commit comments