Skip to content

Commit c49caf0

Browse files
fix: accept unknown yargs types for filesystem root overrides
Co-authored-by: Joseph B <joebasrawi@users.noreply.github.com>
1 parent aef853d commit c49caf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/mcp-options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ const UNRESTRICTED_PATHS_FLAGS = [
402402
] as const;
403403

404404
export interface FilesystemAccessFlags {
405-
allowUnrestrictedPaths?: boolean;
405+
allowUnrestrictedPaths?: unknown;
406406
filesystemRoot?: unknown;
407407
}
408408

0 commit comments

Comments
 (0)