feat: connect Cursor hosted MCP with browser sign-in - #866
Draft
Aymericr wants to merge 1 commit into
Draft
Conversation
|
I hit an error while handling your request (Model unavailable on AI Gateway free tier: Free tier users do not have access to this model. Upgrade to paid credits at https://vercel.com/d?to=%2F%5Bteam%5D%2F%7E%2Fai%3Fmodal%3Dtop-up for unrestricted…). Please try again, rephrase, or reach out if it keeps failing. Error id: b1a53080-9def-46fa-a36e-c33659accfc9 |
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.
Cursor's hosted Pascal connection currently asks users to create and configure an API key. This changes both Cursor manifest roots to the managed
pascal-cursorpublic OAuth client, so users authenticate in Pascal's browser flow, choose their workspace, and return to Cursor. The pinned local CLI launcher remains unchanged. Other clients retain their existing credential configuration.The bundle version is 0.1.10. Setup instructions explain existing/new-account sign-in, ordinary permissions, disconnect, and separate local projects. Packaging validation now rejects API-key headers or plugin secrets in Cursor's browser OAuth configuration.
Validation:
bun run skills:validatepasses all 69 tests / 96 assertions, including the marketplace's actualskills/install root; changed TypeScript files pass Biome. Desktop Cursor was tested against an isolated local hosted implementation: browser sign-in, 49 tools / 5 resources, private room creation, unpublished save and readback, refresh, and denial after disconnect.Release dependency: keep this PR in draft until the production hosted OAuth provider is enabled and verified. The local test does not prove production availability. After backend activation, merge this candidate, refresh the marketplace bundle, and repeat authentication through the installed plugin. The original local executable startup repair is already merged in #864.