mcp-editor

by arathald
Verified

view

Access and display file contents or directory listings by specifying an absolute path. Optionally, view specific line ranges within files to streamline navigation and analysis.

Instructions

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 from mcp-editor

Related Tools

ID: lnfcd9is5i