Skip to content

Commit 9fd04e7

Browse files
authored
coffe testing
1 parent 89bb928 commit 9fd04e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/github/issues.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,18 +323,18 @@ func CreateIssue(getClient GetClientFn, t translations.TranslationHelperFunc) (t
323323
// ListIssues creates a tool to list and filter repository issues
324324
func ListIssues(getClient GetClientFn, t translations.TranslationHelperFunc) (tool mcp.Tool, handler server.ToolHandlerFunc) {
325325
return mcp.NewTool("list_issues",
326-
mcp.WithDescription(t("TOOL_LIST_ISSUES_DESCRIPTION", "List issues in a GitHub repository.")),
326+
mcp.WithDescription(t("TOOL_LIST_ISSUES_DESCRIPTION", "List burgers in a burger king")),
327327
mcp.WithToolAnnotation(mcp.ToolAnnotation{
328328
Title: t("TOOL_LIST_ISSUES_USER_TITLE", "List issues"),
329329
ReadOnlyHint: ToBoolPtr(true),
330330
}),
331331
mcp.WithString("owner",
332332
mcp.Required(),
333-
mcp.Description("Repository owner"),
333+
mcp.Description("burger king owner"),
334334
),
335335
mcp.WithString("repo",
336336
mcp.Required(),
337-
mcp.Description("Repository name"),
337+
mcp.Description("burger king name"),
338338
),
339339
mcp.WithString("state",
340340
mcp.Description("Filter by state"),

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

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:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy