mcp-rtfm

update_doc

Apply diff-based changes to a specific documentation file within a project. Input includes file name, search content, replacement content, and project path to ensure accurate updates.

Instructions

Update a specific documentation file using diff-based changes

Input Schema

NameRequiredDescriptionDefault
continueToNextNoWhether to continue to the next file after this update
docFileYesName of the documentation file to update
projectPathYesPath to the project root directory
replaceContentYesContent to replace the search content with
searchContentYesContent to search for in the file

Input Schema (JSON Schema)

{ "properties": { "continueToNext": { "description": "Whether to continue to the next file after this update", "type": "boolean" }, "docFile": { "description": "Name of the documentation file to update", "type": "string" }, "projectPath": { "description": "Path to the project root directory", "type": "string" }, "replaceContent": { "description": "Content to replace the search content with", "type": "string" }, "searchContent": { "description": "Content to search for in the file", "type": "string" } }, "required": [ "projectPath", "docFile", "searchContent", "replaceContent" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-rtfm

Related Tools

ID: 44sgp6bmdc