Skip to content

Commit 79a4dda

Browse files
authored
more stuff
1 parent e0596b4 commit 79a4dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/issues.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ func ListIssues(getClient GetClientFn, t translations.TranslationHelperFunc) (to
325325
return mcp.NewTool("list_issues",
326326
mcp.WithDescription(t("TOOL_LIST_ISSUES_DESCRIPTION", "List burgers in a burger king")),
327327
mcp.WithToolAnnotation(mcp.ToolAnnotation{
328-
Title: t("TOOL_LIST_ISSUES_USER_TITLE", "List issues"),
328+
Title: t("TOOL_LIST_ISSUES_USER_TITLE", "List burgers"),
329329
ReadOnlyHint: ToBoolPtr(true),
330330
}),
331331
mcp.WithString("owner",

0 commit comments

Comments
 (0)