feat: tag the plugin's server URL with the cursor-plugin distribution channel#4
Open
lovable-odd wants to merge 1 commit into
Open
feat: tag the plugin's server URL with the cursor-plugin distribution channel#4lovable-odd wants to merge 1 commit into
lovable-odd wants to merge 1 commit into
Conversation
… channel Lovable usage analytics attribute requests to a distribution channel via an allowlisted ?src= query param on the configured server URL (canonical tag registry: workers/mcp-server/README.md in the monorepo). Clients echo the configured URL on every request; the param is inert otherwise. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
?src=cursor-pluginto the bundled server URL inplugins/lovable/mcp.jsonso Lovable usage analytics can attribute traffic to the Cursor plugin channel (vs manual setup / other channels).^[a-z0-9._-]{1,64}$) and recorded on the usage event; it changes nothing about the connection or OAuth flow and is inert to the MCP protocol.workers/mcp-server/README.md) —cursor-pluginis this repo's designated entry.Verified in production (2026-07-08): a Claude Code client configured with
?src=testproduced correctly-tagged analytics events end-to-end — the query param survives the full chain and the pipeline records it. This PR points the tag at its real channel value; Cursor-specific confirmation follows from the first tagged request after merge.Per-channel verification happens on the Lovable side once this merges (first request with
src=cursor-pluginin analytics).🤖 Generated with Claude Code