Commit Graph

5 Commits

Author SHA1 Message Date
Cursor Agent 5229aad76c Add an empty Finance plugin that mirrors the Grok connector.
The card has no skills or MCP server. It requires Grok Bot 0.49 and is never allowed in Cursor, so the backend can handle the connection itself.

Co-authored-by: Alex Vandak Maloney  <maloney.a12@gmail.com>
2026-09-10 19:49:45 +00:00
Sam Sokolin 070189284e Add Gong and Salesforce MCP plugins
Adds two MCP integration plugins to the public marketplace and extends the
plugin schema with a `variables` block so manifests can declare
user-configured values.

Gong forwards CLIENT_ID/CLIENT_SECRET into MCP auth. Salesforce Hosted MCP
is a PKCE public client, so it takes a consumer key with no secret, pins the
mcp_api and refresh_token scopes, and templates the whole server URL because
it varies by org type (production vs sandbox) and server kind
(platform vs custom).

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-04 19:36:19 -04:00
Cursor Agent f3efacca66 schemas: allow minClientVersions on plugin manifests and marketplace entries
Co-authored-by: Alex Vandak Maloney  <maloney.a12@gmail.com>
2026-07-31 17:37:45 +00:00
ericzakariasson 4a91a6e266 Add plugin validation workflow
Adds a GitHub Actions workflow that validates marketplace.json and each
plugin's plugin.json against their JSON schemas on PRs. Includes a
Node.js validation script and adds missing category/tags fields to the
plugin schema.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-11 12:57:31 -08:00
ericzakariasson 920a87f3e7 Add JSON schemas for plugin and marketplace manifests
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-10 21:21:35 -08:00