File Operations MCP Server

get_changes

Get list of tracked changes

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of changes to return
typeNoFilter changes by type

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of changes to return", "type": "number" }, "type": { "description": "Filter changes by type", "type": "string" } }, "type": "object" }