mcp-neurolora

analyze_code

Analyze code using OpenAI API (requires your API key). The analysis may take a few minutes. So, wait please.

Input Schema

NameRequiredDescriptionDefault
codePathYesAbsolute path to the code file to analyze (e.g. /Users/username/project/src/code.ts)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "codePath": { "description": "Absolute path to the code file to analyze (e.g. /Users/username/project/src/code.ts)", "type": "string" } }, "required": [ "codePath" ], "type": "object" }