sync: auto-sync from GURU-BEAST-ROG at 2026-06-10 10:09:59

Author: Mike Swanson
Machine: GURU-BEAST-ROG
Timestamp: 2026-06-10 10:09:59
This commit is contained in:
Winter Williams
2026-06-10 10:10:06 -07:00
committed by ClaudeTools Bot
parent a7e99e462c
commit 73e9309892
17 changed files with 498 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
{
"name": "list_allowed_directories",
"description": "Returns the list of directories that this server is allowed to access. Subdirectories within these allowed directories are also accessible. Use this to understand which directories and their nested paths are available before trying to access files.",
"inputSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {}
}
}