update_project_metadata
Update project metadata in the TreeSummary system by scanning configuration files like package.json and tsconfig.json for name, version, dependencies, and technologies.
Instructions
Update project metadata in the TreeSummary system
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | No | Absolute path to the project directory. If not provided, uses the current working directory. This tool scans for package.json, tsconfig.json, and other config files to extract project metadata like name, version, dependencies, and technologies used. |