Using MCP inspector, on a scratch note called scratch, I ran:
{
"method": "tools/call",
"params": {
"name": "noteplan_edit_content",
"arguments": {
"action": "edit_line",
"title": "scratch",
"content": "* Spike test task ^spk1a2 EDITED",
"line": 3,
"dryRun": true
},
"_meta": {
"progressToken": 3
}
}
}
...then looked at the note in NotePlan and found that it was actually updated with the new text. I'd, of course, expect the content to not change when using dryRun: true.
Using MCP inspector, on a scratch note called
scratch, I ran:...then looked at the note in NotePlan and found that it was actually updated with the new text. I'd, of course, expect the
contentto not change when usingdryRun: true.