mcp-editor

by arathald
Verified

view

View file contents or directory listing

Input Schema

NameRequiredDescriptionDefault
pathYesAbsolute path to the file or directory
view_rangeNoOptional range of lines to view [start, end]

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Absolute path to the file or directory", "type": "string" }, "view_range": { "description": "Optional range of lines to view [start, end]", "items": { "type": "number" }, "maxItems": 2, "minItems": 2, "type": "array" } }, "required": [ "path" ], "type": "object" }

You must be authenticated.

Other Tools