@nogoo9/mcp-server-cloud-fs / ShellContext
Interface: ShellContext
Defined in: tools/shell/types.ts:8
Context passed to every shell command handler.
Properties
cwd?
optionalcwd?:string
Defined in: tools/shell/types.ts:14
Current working directory, relative to the root prefix. TUI-only.
enableDelete?
optionalenableDelete?:boolean
Defined in: tools/shell/types.ts:12
Whether destructive commands (rm, mv) are allowed.
roots
roots:
ParsedRoot[]
Defined in: tools/shell/types.ts:10
vfs
vfs:
VirtualFS
Defined in: tools/shell/types.ts:9
