Commit 2a458c8
fix: remove idempotentHint from edit_note
edit_note supports append/prepend operations which are not idempotent —
repeating the same call adds duplicate content. Marking it idempotent
could cause MCP clients to auto-retry on transient failures, producing
duplicated edits.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: phernandez <paul@basicmachines.co>1 parent 31c145e commit 2a458c8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments