chore: roll 1.58.0-alpha-2026-01-07 (#1300)

This commit is contained in:
Yury Semikhatsky
2026-01-07 09:45:30 -08:00
committed by GitHub
parent dba2fd054d
commit d47197f41f
4 changed files with 37 additions and 17 deletions

6
config.d.ts vendored
View File

@@ -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;
};