Merge pull request #402 from mitsuhiko/image-resize

Added automatic image resizing
This commit is contained in:
Mario Zechner 2026-01-03 00:39:26 +01:00 committed by GitHub
commit e82af9da47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 247 additions and 29 deletions

View file

@ -120,6 +120,7 @@ export {
} from "./core/session-manager.js";
export {
type CompactionSettings,
type ImageSettings,
type RetrySettings,
type Settings,
SettingsManager,
@ -149,7 +150,9 @@ export {
type LsToolDetails,
lsTool,
type ReadToolDetails,
type ReadToolOptions,
readTool,
type ToolsOptions,
type TruncationResult,
writeTool,
} from "./core/tools/index.js";