-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Problem
The noteplan_plugins tool actions fail with AppleScript errors in NotePlan 3.20.1 + noteplan-mcp v1.1.14.
Error
All plugin-related actions (list, list_available, create launch) return errors like:
execution error: The variable listInstalledPlugins is not defined. (-2753)
execution error: The variable listAvailablePlugins is not defined. (-2753)
execution error: The variable reloadPlugins is not defined. (-2753)
Steps to Reproduce
- Run NotePlan 3.20.1
- Use noteplan-mcp v1.1.14
- Call
noteplan_plugins(action: "list")or any other plugin action
Environment
- NotePlan: 3.20.1
- noteplan-mcp: 1.1.14
- macOS: Darwin 25.3.0
- Node.js: 18+
Notes
All other MCP tools (notes, search, editing, calendar, folders, etc.) work correctly. Only the noteplan_plugins tool is affected. It appears the AppleScript dictionary in this NotePlan version does not include the plugin-related commands (listInstalledPlugins, listAvailablePlugins, reloadPlugins).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels