AiDD MCP Server

update_allowed_directory

Change the working directory that this server is allowed to access. Use this to switch between different projects.

Input Schema

NameRequiredDescriptionDefault
directoryYesDirectory to allow access to. Must be an absolute path. Use ~ to refer to the user's home directory.

Input Schema (JSON Schema)

{ "properties": { "directory": { "description": "Directory to allow access to. Must be an absolute path. Use ~ to refer to the user's home directory.", "type": "string" } }, "required": [ "directory" ], "type": "object" }