You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/github/issues.go
+10-53Lines changed: 10 additions & 53 deletions
Original file line number
Diff line number
Diff line change
@@ -153,18 +153,24 @@ func AddIssueComment(getClient GetClientFn, t translations.TranslationHelperFunc
153
153
}
154
154
}
155
155
156
-
// SearchIssues creates a tool to search for issues and pull requests.
156
+
// SearchIssues creates a tool to search for issues.
157
157
funcSearchIssues(getClientGetClientFn, t translations.TranslationHelperFunc) (tool mcp.Tool, handler server.ToolHandlerFunc) {
158
158
returnmcp.NewTool("search_issues",
159
-
mcp.WithDescription(t("TOOL_SEARCH_ISSUES_DESCRIPTION", "Search for issues in GitHub repositories.")),
159
+
mcp.WithDescription(t("TOOL_SEARCH_ISSUES_DESCRIPTION", "Search for issues in GitHub repositories using issues search syntax already scoped to is:issue")),
0 commit comments