update_project
Modify project details such as name and description to reflect evolving requirements. Ensure project documentation remains accurate and up-to-date by specifying the working directory and unique project ID.
Instructions
Evolve and refine your project information as requirements change and scope develops. Maintain accurate project documentation with flexible updates to names and descriptions, ensuring your project data stays current and meaningful throughout the development lifecycle.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | No | New description for the project (optional) | |
id | Yes | The unique identifier of the project to update | |
name | No | New name for the project (optional) | |
workingDirectory | Yes | The full absolute path to the working directory where data is stored. MUST be an absolute path, never relative. Windows: "C:\Users\username\project" or "D:\projects\my-app". Unix/Linux/macOS: "/home/username/project" or "/Users/username/project". Do NOT use: ".", "..", "~", "./folder", "../folder" or any relative paths. Ensure the path exists and is accessible before calling this tool. NOTE: When server is started with --claude flag, this parameter is ignored and a global user directory is used instead. |