From 29762d2e518533567014ae47ca6acfda8186ea95 Mon Sep 17 00:00:00 2001 From: 1WorldCapture Date: Thu, 25 Sep 2025 22:36:30 +0800 Subject: [PATCH] fix: add dev editorType and inspect capability to make installation success --- src/cursor_mcp_plugin/manifest.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/cursor_mcp_plugin/manifest.json b/src/cursor_mcp_plugin/manifest.json index 0643992..ecb51a7 100644 --- a/src/cursor_mcp_plugin/manifest.json +++ b/src/cursor_mcp_plugin/manifest.json @@ -4,9 +4,13 @@ "api": "1.0.0", "main": "code.js", "ui": "ui.html", + "capabilities": [ + "inspect" + ], "editorType": [ "figma", - "figjam" + "figjam", + "dev" ], "permissions": [], "networkAccess": { @@ -21,4 +25,4 @@ "documentAccess": "dynamic-page", "enableProposedApi": true, "enablePrivatePluginApi": true -} \ No newline at end of file +}