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 +}