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

edit-file

Modify or create files by specifying the file path and content. Integrates with react-mcp to enable React app development based on user prompts.

Instructions

Create or edit a file

Input Schema

NameRequiredDescriptionDefault
contentYesContent to write to the file
filePathYesPath to the file to edit

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content to write to the file", "type": "string" }, "filePath": { "description": "Path to the file to edit", "type": "string" } }, "required": [ "filePath", "content" ], "type": "object" }

You must be authenticated.

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

Related Tools

ID: xsjsdumc7x