diff --git a/.cursor-plugin/marketplace.json b/.cursor-plugin/marketplace.json index 8945a83..71855fb 100644 --- a/.cursor-plugin/marketplace.json +++ b/.cursor-plugin/marketplace.json @@ -11,7 +11,7 @@ }, "plugins": [ { - "name": "sanity-plugin", + "name": "sanity", "source": "./", "description": "Sanity plugin for Cursor with MCP server, agent skills, agent rules, and commands.", "version": "1.0.0", diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index 632c9ea..4552a3a 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,5 +1,5 @@ { - "name": "sanity-plugin", + "name": "sanity", "displayName": "Sanity", "version": "1.0.0", "description": "Sanity plugin for Cursor with MCP server, agent skills, agent rules, and commands.", diff --git a/README.md b/README.md index a6ddcb1..af90786 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ Or run `/sanity` to explore all capabilities. In Cursor chat, run: ``` -/add-plugin sanity-plugin +/add-plugin sanity ``` ### Option 4: Manual installation