You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
mcp.WithDescription(t("TOOL_CREATE_OR_UPDATE_FILE_DESCRIPTION","Create or update a single file in a GitHub repository")),
219
+
mcp.WithDescription(t("TOOL_CREATE_OR_UPDATE_FILE_DESCRIPTION","Create or update a single file in a GitHub repository. If updating, you must provide the SHA of the file you want to update.")),
220
220
mcp.WithString("owner",
221
221
mcp.Required(),
222
222
mcp.Description("Repository owner (username or organization)"),