Code Analysis MCP Server

initialize_repository

Initialize the repository path for future code analysis operations.

Args: path: Path to the repository root directory that contains the code to analyze

Input Schema

NameRequiredDescriptionDefault
pathYes

Input Schema (JSON Schema)

{ "properties": { "path": { "title": "Path", "type": "string" } }, "required": [ "path" ], "title": "initialize_repositoryArguments", "type": "object" }