latest_project_data
Retrieve project file names and contents from a specified directory using the MCP server for streamlined access and error handling.
Instructions
Get latest project data including file names and contents
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectPath | Yes | Path to the project directory |
Input Schema (JSON Schema)
{
"properties": {
"projectPath": {
"description": "Path to the project directory",
"type": "string"
}
},
"required": [
"projectPath"
],
"type": "object"
}