mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2026-02-03 08:53:38 +00:00
chore: roll 1.58.0-alpha-2026-01-07 (#1300)
This commit is contained in:
6
config.d.ts
vendored
6
config.d.ts
vendored
@@ -189,4 +189,10 @@ export type Config = {
|
||||
*/
|
||||
mode?: 'incremental' | 'full' | 'none';
|
||||
}
|
||||
|
||||
/**
|
||||
* Whether to allow file uploads from anywhere on the file system.
|
||||
* By default (false), file uploads are restricted to paths within the MCP roots only.
|
||||
*/
|
||||
allowUnrestrictedFileAccess?: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user