Skip to content

noteplan_edit_content.edit_line doesn't seem to honor the dryRun flag #8

Description

@turboladen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions