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
// The union type (string | number) causes Cursor to reject the (valid) JSON schema
19
+
constidentifier: z.ZodString=z
20
+
.string()
21
+
.describe(
22
+
"Snippet ID or name (stringified). Provide either a snippet name (string) or snippet ID (as a string). The value will be converted to the appropriate type."
0 commit comments