We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc4bb6 commit a05df2eCopy full SHA for a05df2e
1 file changed
.github/agents/go-sdk-tool-migrator.md
@@ -37,7 +37,7 @@ return mcp.NewTool(
37
mcp.WithDescription(t("TOOL_LIST_DEPENDABOT_ALERTS_DESCRIPTION", "List dependabot alerts in a GitHub repository.")),
38
mcp.WithToolAnnotation(mcp.ToolAnnotation{
39
Title: t("TOOL_LIST_DEPENDABOT_ALERTS_USER_TITLE", "List dependabot alerts"),
40
- ReadOnlyHint: jsonschema.Ptr(true),
+ ReadOnlyHint: ToBoolPtr(true),
41
}),
42
mcp.WithString("owner",
43
mcp.Required(),
0 commit comments