analyze_local_project
Analyze local project directories to detect stateful code patterns and receive guidance for migrating to stateless architectures in .NET and Java applications.
Instructions
Analyze a local project directory for stateful code patterns
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to project directory |
Input Schema (JSON Schema)
{
"properties": {
"projectPath": {
"description": "Absolute path to project directory",
"type": "string"
}
},
"required": [
"projectPath"
],
"type": "object"
}