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

read-file

Extract and display contents from a specified file path, enabling React app developers to access and utilize file data within their projects.

Instructions

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" }

You must be authenticated.

Other Tools from https://github.com/Streen9/react-mcp

Related Tools

ID: xsjsdumc7x