The readme specifies:
For a single plugin, move your plugin folder contents to the repository root, keep one .cursor-plugin/plugin.json, and remove .cursor-plugin/marketplace.json.
but the validator is checking for marketplace.json first thing
|
const marketplacePath = path.join(repoRoot, ".cursor-plugin", "marketplace.json"); |