Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions third_party/webull/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 4 additions & 0 deletions third_party/webull/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).
Expand Down
Loading