We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentd3b06c0 commit4cdcaceCopy full SHA for 4cdcace
pkg/github/issues.go
@@ -20,15 +20,15 @@ func getIssue(client *github.Client, t translations.TranslationHelperFunc) (tool
20
mcp.WithDescription(t("TOOL_GET_ISSUE_DESCRIPTION","Get details of a specific issue in a GitHub repository.")),
21
mcp.WithString("owner",
22
mcp.Required(),
23
-mcp.Description("The owner of the repository."),
+mcp.Description("The owner of the repository"),
24
),
25
mcp.WithString("repo",
26
27
-mcp.Description("The name of the repository."),
+mcp.Description("The name of the repository"),
28
29
mcp.WithNumber("issue_number",
30
31
-mcp.Description("The number of the issue."),
+mcp.Description("The number of the issue"),
32
33
34
func(ctx context.Context,request mcp.CallToolRequest) (*mcp.CallToolResult,error) {