Expand description
Tree-formatted directory listing with optional per-entry annotation.
Pure Rust. The Python wrapper in mcp-methods-py bridges a Python
callable into the ListDirOpts::annotate slot.
Structs§
- List
DirOpts - Optional knobs for
list_dir.
Functions§
- list_
dir - List directory contents with tree-formatted output.
Type Aliases§
- Annotate
Fn - Closure signature for
ListDirOpts::annotate.