Code Analysis MCP Server

read_file

Read and display the contents of a file from the repository.

Args: file_path: Path to the file relative to repository root

Input Schema

NameRequiredDescriptionDefault
file_pathYes

Input Schema (JSON Schema)

{ "properties": { "file_path": { "title": "File Path", "type": "string" } }, "required": [ "file_path" ], "title": "read_fileArguments", "type": "object" }