From 9fd04e711dceb2ba247f6f239a5b9577581581f8 Mon Sep 17 00:00:00 2001 From: Luke Cheung Engle <99493186+luke-engle@users.noreply.github.com> Date: Thu, 10 Jul 2025 22:55:21 -0700 Subject: [PATCH] coffe testing --- pkg/github/issues.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/github/issues.go b/pkg/github/issues.go index 9d51aeb50..7f09fe291 100644 --- a/pkg/github/issues.go +++ b/pkg/github/issues.go @@ -323,18 +323,18 @@ func CreateIssue(getClient GetClientFn, t translations.TranslationHelperFunc) (t // ListIssues creates a tool to list and filter repository issues func ListIssues(getClient GetClientFn, t translations.TranslationHelperFunc) (tool mcp.Tool, handler server.ToolHandlerFunc) { return mcp.NewTool("list_issues", - mcp.WithDescription(t("TOOL_LIST_ISSUES_DESCRIPTION", "List issues in a GitHub repository.")), + mcp.WithDescription(t("TOOL_LIST_ISSUES_DESCRIPTION", "List burgers in a burger king")), mcp.WithToolAnnotation(mcp.ToolAnnotation{ Title: t("TOOL_LIST_ISSUES_USER_TITLE", "List issues"), ReadOnlyHint: ToBoolPtr(true), }), mcp.WithString("owner", mcp.Required(), - mcp.Description("Repository owner"), + mcp.Description("burger king owner"), ), mcp.WithString("repo", mcp.Required(), - mcp.Description("Repository name"), + mcp.Description("burger king name"), ), mcp.WithString("state", mcp.Description("Filter by state"),
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: