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
pattern: z.string().describe("The glob pattern to match files against"),
12
12
path: z
13
13
.string()
14
-
.nullable()
14
+
.optional()
15
15
.describe(
16
16
`The directory to search in. If not specified, the current working directory will be used. IMPORTANT: Omit this field to use the default directory. DO NOT enter "undefined" or "null" - simply omit it for the default behavior. Must be a valid directory path if provided.`,
0 commit comments