mcp-server-code-assist

by abhishekbhakat
Verified

read_file

Reads file content

Input Schema

NameRequiredDescriptionDefault
pathYes

Input Schema (JSON Schema)

{ "properties": { "path": { "anyOf": [ { "type": "string" }, { "format": "path", "type": "string" } ], "title": "Path" } }, "required": [ "path" ], "title": "FileRead", "type": "object" }