From ab9a817ed85e141f0102e21c4f7fbd2bb4ffc614 Mon Sep 17 00:00:00 2001 From: Minu Palaniappan Date: Mon, 21 Sep 2026 19:35:44 -0700 Subject: [PATCH] webull: require Cursor 3.22.0 (single-redirect DCR retry) and bump to 1.0.1 --- third_party/webull/.cursor-plugin/plugin.json | 4 ++-- third_party/webull/CHANGELOG.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/third_party/webull/.cursor-plugin/plugin.json b/third_party/webull/.cursor-plugin/plugin.json index 59fa82fa4..8aa0335b9 100644 --- a/third_party/webull/.cursor-plugin/plugin.json +++ b/third_party/webull/.cursor-plugin/plugin.json @@ -1,9 +1,9 @@ { "name": "webull", "displayName": "Webull", - "version": "1.0.0", + "version": "1.0.1", "minClientVersions": { - "cursor": "3.13.0" + "cursor": "3.22.0" }, "description": "View accounts, positions, orders, watchlists, and market data.", "author": { diff --git a/third_party/webull/CHANGELOG.md b/third_party/webull/CHANGELOG.md index 9997049a3..ae335f643 100644 --- a/third_party/webull/CHANGELOG.md +++ b/third_party/webull/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this plugin will be documented here. +## 1.0.1 — require Cursor 3.22.0 + +- Raised `minClientVersions.cursor` from 3.13.0 to 3.22.0. Webull's authorization server accepts a single redirect URI at dynamic client registration; only Cursor 3.22.0+ retries registration with the loopback redirect alone, so earlier clients cannot complete sign-in. + ## 1.0.0 — initial release - Added the `webull` MCP server pointing at Webull's hosted Streamable HTTP endpoint (`https://api.webull.com/mcp`).