add_permission_path
Add read or write permission for a project path to enforce access control via the MCP server. Specify the path and permission type to manage file access.
Instructions
Add path to project permissions.
Grants read or write permission for the specified path in the current project. Paths are stored in project configuration and enforced by the MCP server.
Arguments
permission_type (required): enum: 'read', 'write'
Permission type: 'read' or 'write'
path (required): string
Path to add to permissions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | Arguments for add_permission_path tool. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |