mcp-neurolora
by aindreyway
analyze_code
Analyze code using OpenAI API (requires your API key). The analysis may take a few minutes. So, wait please.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
codePath | Yes | Absolute 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"
}
You must be authenticated.