mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
070189284e
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>