add_permission_path
Grant read or write permission to a specific path in the current project, controlling access to project resources.
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 |