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`).