Skip to content

@nogoo9/mcp-server-cloud-fs / ShellContext

Interface: ShellContext

Defined in: tools/shell/types.ts:8

Context passed to every shell command handler.

Properties

cwd?

optional cwd?: string

Defined in: tools/shell/types.ts:14

Current working directory, relative to the root prefix. TUI-only.


enableDelete?

optional enableDelete?: 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

Released under the PolyForm Shield 1.0.0 License.