get_project_info
Retrieve detailed project structure and file information by specifying the root directory path using this MCP server tool.
Instructions
Get information about the project structure and files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the project root directory |
Input Schema (JSON Schema)
{
"properties": {
"projectPath": {
"description": "Path to the project root directory",
"type": "string"
}
},
"required": [
"projectPath"
],
"type": "object"
}