Skip to content

Commit a05df2e

Browse files
committed
Revert change in merge for agent
1 parent 5bc4bb6 commit a05df2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/agents/go-sdk-tool-migrator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ return mcp.NewTool(
3737
mcp.WithDescription(t("TOOL_LIST_DEPENDABOT_ALERTS_DESCRIPTION", "List dependabot alerts in a GitHub repository.")),
3838
mcp.WithToolAnnotation(mcp.ToolAnnotation{
3939
Title: t("TOOL_LIST_DEPENDABOT_ALERTS_USER_TITLE", "List dependabot alerts"),
40-
ReadOnlyHint: jsonschema.Ptr(true),
40+
ReadOnlyHint: ToBoolPtr(true),
4141
}),
4242
mcp.WithString("owner",
4343
mcp.Required(),

0 commit comments

Comments
 (0)