Skip to content

Commit 1f294c1

Browse files
committed
more standardization
1 parent 4cdcace commit 1f294c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/github/code_scanning.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ func getCodeScanningAlert(client *github.Client, t translations.TranslationHelpe
1818
mcp.WithDescription(t("TOOL_GET_CODE_SCANNING_ALERT_DESCRIPTION", "Get details of a specific code scanning alert in a GitHub repository.")),
1919
mcp.WithString("owner",
2020
mcp.Required(),
21-
mcp.Description("The owner of the repository."),
21+
mcp.Description("The owner of the repository"),
2222
),
2323
mcp.WithString("repo",
2424
mcp.Required(),
25-
mcp.Description("The name of the repository."),
25+
mcp.Description("The name of the repository"),
2626
),
2727
mcp.WithNumber("alert_number",
2828
mcp.Required(),
29-
mcp.Description("The number of the alert."),
29+
mcp.Description("The number of the alert"),
3030
),
3131
),
3232
func(ctx context.Context, request mcp.CallToolRequest) (*mcp.CallToolResult, error) {

0 commit comments

Comments
 (0)