read_file
Read and retrieve the contents of a file using a specified path and optional encoding with Edit-MCP. Ideal for accessing file data directly within your workflow.
Instructions
Read the contents of a file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
encoding | No | Encoding to use when reading the file (default: utf8) | |
path | Yes | Path to the file to read |