get_recent_changes
Retrieve recent changelog entries from the MCP Memory Server to monitor coding session updates and track modifications over a specified number of days.
Instructions
Get recent changelog entries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of days to look back (default: 7) |
Input Schema (JSON Schema)
{
"properties": {
"days": {
"description": "Number of days to look back (default: 7)",
"type": "number"
}
},
"type": "object"
}