diff --git a/.cursor-plugin/marketplace.json b/.cursor-plugin/marketplace.json new file mode 100644 index 0000000..424d91c --- /dev/null +++ b/.cursor-plugin/marketplace.json @@ -0,0 +1,13 @@ +{ + "name": "apify", + "owner": { + "name": "Apify", + "email": "support@apify.com" + }, + "plugins": [ + { + "name": "apify", + "source": "apify" + } + ] +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ecc1cd..92ebba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,4 +4,10 @@ All notable changes to the **Apify for Cursor** plugin are documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Fixed + +- Register the repo as a Cursor marketplace via `.cursor-plugin/marketplace.json` so the nested `apify` plugin is discoverable. + ## [1.0.0] — Initial Cursor release diff --git a/README.md b/README.md index 3876184..9c77758 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,11 @@ Official Apify plugin for Cursor — adds the Apify MCP server, one `apify` rout ### Manual / local install (for testing) +This repo is a Cursor marketplace (see `.cursor-plugin/marketplace.json`). For local testing, install the plugin directory: + ```bash -git clone https://github.com/apify/apify-cursor-plugin ~/.cursor/plugins/local/apify +git clone https://github.com/apify/apify-cursor-plugin /tmp/apify-cursor-plugin +cp -R /tmp/apify-cursor-plugin/apify ~/.cursor/plugins/local/apify # Then in Cursor: View → Command Palette → "Developer: Reload Window" ```