get_file_changelog
Track and retrieve changelog entries for a specific file on the MCP Memory Server, ensuring transparency and history of modifications during coding sessions.
Instructions
Get changelog entries for a specific file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filePath | Yes | Path to the file |
Input Schema (JSON Schema)
{
"properties": {
"filePath": {
"description": "Path to the file",
"type": "string"
}
},
"required": [
"filePath"
],
"type": "object"
}