diff --git a/.cursor-plugin/marketplace.json b/.cursor-plugin/marketplace.json index f90dd3c..aff5ebc 100644 --- a/.cursor-plugin/marketplace.json +++ b/.cursor-plugin/marketplace.json @@ -90,12 +90,12 @@ }, { "name": "gong", - "source": "gong", + "source": "third_party/gong", "description": "Gong MCP integration for revenue intelligence — account summaries, deal insights, and call briefs." }, { "name": "salesforce", - "source": "salesforce", + "source": "third_party/salesforce", "description": "Connect Cursor to Salesforce via Salesforce Hosted MCP — query, search, create, update, and traverse records in your org." } ] diff --git a/README.md b/README.md index 31b9364..fe22c0c 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ Official Cursor plugins for popular developer tools, frameworks, and SaaS produc | `gmail` | [Gmail](gmail/) | Cursor | Productivity | Connect Cursor to Gmail via Google's remote MCP server — search, read, draft, label, and manage email. | | `google-drive` | [Google Drive](google-drive/) | Cursor | Productivity | Connect Cursor to Google Drive via Google's remote MCP server — search, read, create, share, and manage files. | | `google-calendar` | [Google Calendar](google-calendar/) | Cursor | Productivity | Connect Cursor to Google Calendar via Google's remote MCP server — list calendars, search events, and create or update meetings. | -| `gong` | [Gong](gong/) | Cursor | Integrations | Gong MCP integration for revenue intelligence — account summaries, deal insights, and call briefs. | -| `salesforce` | [Salesforce](salesforce/) | Cursor | Integrations | Connect Cursor to Salesforce via Salesforce Hosted MCP — query, search, create, update, and traverse records in your org. | +| `gong` | [Gong](third_party/gong/) | Cursor | Integrations | Gong MCP integration for revenue intelligence — account summaries, deal insights, and call briefs. | +| `salesforce` | [Salesforce](third_party/salesforce/) | Cursor | Integrations | Connect Cursor to Salesforce via Salesforce Hosted MCP — query, search, create, update, and traverse records in your org. | Author values match each plugin’s `plugin.json` `author.name` (Cursor lists `plugins@cursor.com` in the manifest). diff --git a/gong/.cursor-plugin/plugin.json b/third_party/gong/.cursor-plugin/plugin.json similarity index 100% rename from gong/.cursor-plugin/plugin.json rename to third_party/gong/.cursor-plugin/plugin.json diff --git a/gong/CHANGELOG.md b/third_party/gong/CHANGELOG.md similarity index 100% rename from gong/CHANGELOG.md rename to third_party/gong/CHANGELOG.md diff --git a/gong/LICENSE b/third_party/gong/LICENSE similarity index 100% rename from gong/LICENSE rename to third_party/gong/LICENSE diff --git a/gong/README.md b/third_party/gong/README.md similarity index 100% rename from gong/README.md rename to third_party/gong/README.md diff --git a/gong/mcp.json b/third_party/gong/mcp.json similarity index 100% rename from gong/mcp.json rename to third_party/gong/mcp.json diff --git a/salesforce/.cursor-plugin/plugin.json b/third_party/salesforce/.cursor-plugin/plugin.json similarity index 100% rename from salesforce/.cursor-plugin/plugin.json rename to third_party/salesforce/.cursor-plugin/plugin.json diff --git a/salesforce/CHANGELOG.md b/third_party/salesforce/CHANGELOG.md similarity index 100% rename from salesforce/CHANGELOG.md rename to third_party/salesforce/CHANGELOG.md diff --git a/salesforce/LICENSE b/third_party/salesforce/LICENSE similarity index 100% rename from salesforce/LICENSE rename to third_party/salesforce/LICENSE diff --git a/salesforce/README.md b/third_party/salesforce/README.md similarity index 100% rename from salesforce/README.md rename to third_party/salesforce/README.md diff --git a/salesforce/mcp.json b/third_party/salesforce/mcp.json similarity index 100% rename from salesforce/mcp.json rename to third_party/salesforce/mcp.json