botholomew 0.7.2 → 0.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/tools/dir/tree.ts +1 -1
package/package.json
CHANGED
package/src/tools/dir/tree.ts
CHANGED
|
@@ -66,7 +66,7 @@ type TreeEntry = DirNode | FileNode;
|
|
|
66
66
|
export const contextTreeTool = {
|
|
67
67
|
name: "context_tree",
|
|
68
68
|
description:
|
|
69
|
-
"
|
|
69
|
+
"Explore your context filesystem with a bird's-eye view — shows many paths across nested directories in one call. Reach for this first when you need to discover what content exists before reading a specific file (context_read) or running a keyword search (context_search). Returns a markdown-style tree; tune max_depth and items_per_dir to bound output, or pass a deeper path to drill into a subtree.",
|
|
70
70
|
group: "context",
|
|
71
71
|
inputSchema,
|
|
72
72
|
outputSchema,
|