https://github.com/Streen9/react-mcp

by Streen9
Verified

read-file

Read the contents of a file

Input Schema

NameRequiredDescriptionDefault
filePathYesPath to the file to read

Input Schema (JSON Schema)

{ "properties": { "filePath": { "description": "Path to the file to read", "type": "string" } }, "required": [ "filePath" ], "type": "object" }