Obtener Cambio
get_changeRetrieves a specific change by ID from stored memory, combining global and project criteria to reuse approved corrections and prevent repeated errors.
Instructions
Recupera un cambio exacto por id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| projectPath | No | Ruta absoluta del proyecto cuya memoria local se quiere usar. Si se omite, se usa el cwd o --project-path del servidor. | |
| includeGlobal | No | Incluye la memoria global. Por defecto true. | |
| includeProject | No | Incluye la memoria del proyecto. Por defecto true. |