Skip to content

Commit 4cdcace

Browse files
committed
standardize
1 parent d3b06c0 commit 4cdcace

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/github/issues.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ func getIssue(client *github.Client, t translations.TranslationHelperFunc) (tool
2020
mcp.WithDescription(t("TOOL_GET_ISSUE_DESCRIPTION", "Get details of a specific issue in a GitHub repository.")),
2121
mcp.WithString("owner",
2222
mcp.Required(),
23-
mcp.Description("The owner of the repository."),
23+
mcp.Description("The owner of the repository"),
2424
),
2525
mcp.WithString("repo",
2626
mcp.Required(),
27-
mcp.Description("The name of the repository."),
27+
mcp.Description("The name of the repository"),
2828
),
2929
mcp.WithNumber("issue_number",
3030
mcp.Required(),
31-
mcp.Description("The number of the issue."),
31+
mcp.Description("The number of the issue"),
3232
),
3333
),
3434
func(ctx context.Context, request mcp.CallToolRequest) (*mcp.CallToolResult, error) {

0 commit comments

Comments
 (0)