Skip to content

Commit 189d683

Browse files
Rohan ShahRohan Shah
authored andcommitted
Fix plugin component discovery for Cursor parser
Remove pluginRoot from marketplace.json to avoid ambiguous source resolution, and explicitly declare all component paths (skills, rules, agents, commands, hooks, mcpServers) in plugin.json so the Cursor parser reliably discovers every component. Made-with: Cursor
1 parent a830313 commit 189d683

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.cursor-plugin/marketplace.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
},
77
"metadata": {
88
"description": "Cursor plugins for deploying, debugging, and monitoring applications on Render",
9-
"version": "0.1.0",
10-
"pluginRoot": "plugins"
9+
"version": "0.1.0"
1110
},
1211
"plugins": [
1312
{

plugins/render/.cursor-plugin/plugin.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,11 @@
99
},
1010
"license": "MIT",
1111
"keywords": ["render", "deploy", "cloud", "blueprint", "mcp", "monitoring", "debugging"],
12-
"logo": "assets/logo.svg"
12+
"logo": "assets/logo.svg",
13+
"skills": "skills",
14+
"rules": "rules",
15+
"agents": "agents",
16+
"commands": "commands",
17+
"hooks": "hooks/hooks.json",
18+
"mcpServers": ".mcp.json"
1319
}

0 commit comments

Comments
 (0)