project_add
Register a directory as a project, defaulting to the current working directory. If the path is already registered, the existing project is returned.
Instructions
Register a directory as a project. Defaults to the current working directory. Returns the existing project if the path is already registered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| path | Yes | ||
| created_at | Yes |