list_allowed_directories
Retrieve the absolute paths of all directories authorized for read/write operations by the Filesystem MCP Server, ensuring compliance with directory sandboxing and access restrictions.
Instructions
List all allowed directory roots for filesystem operations.
Returns: List[str]: Absolute paths of directories the server can read/write
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}