Skip to content

fix: align plugin.json name with marketplace.json entry#17

Open
miky-mfw wants to merge 1 commit intomakenotion:mainfrom
miky-mfw:fix/plugin-name-mismatch
Open

fix: align plugin.json name with marketplace.json entry#17
miky-mfw wants to merge 1 commit intomakenotion:mainfrom
miky-mfw:fix/plugin-name-mismatch

Conversation

@miky-mfw
Copy link
Copy Markdown

Summary

  • Aligns plugin.json "name" field ("Notion") with marketplace.json plugin entry ("notion-workspace-plugin")
  • This mismatch causes /plugin update and info lookups to fail with "Plugin Notion not found in marketplace"

Root Cause

The /plugin menu resolves plugins by the marketplace-level name (notion-workspace-plugin), but displays the name from plugin.json (Notion). When triggering update/info, it looks up "Notion" and can't find a match.

Fixes #16

The plugin.json declares "name": "Notion" but marketplace.json declares
"name": "notion-workspace-plugin". This mismatch causes plugin update
and info lookups to fail with "Plugin Notion not found in marketplace".

Fixes makenotion#16
@miky-mfw miky-mfw force-pushed the fix/plugin-name-mismatch branch from a57792a to 4e53495 Compare March 22, 2026 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Plugin update fails: name mismatch between plugin.json and marketplace.json

1 participant