AiDD MCP Server

update_allowed_directory

Modify the permitted working directory for the AiDD MCP Server, enabling secure access to specific project folders. Use absolute paths or ~ for home directory.

Instructions

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" }
ID: mpixtij6se