Phantom Connect SDKs v2.0.1 — Stable release + MCP Server updates + SDK open-sourced #490
adamdelphantom
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Three updates this week
1. Phantom Connect SDKs v2.0.1 — First stable 2.0 release
React SDK, Browser SDK, React Native SDK, Server SDK
The v2.0.1 release graduates the OAuth2 PKCE-based authentication from beta to stable and includes performance improvements.
What's new:
provider: "phantom"for authenticating with an existing Phantom account, andprovider: "deeplink"for connecting via the Phantom mobile app. UseisPhantomLoginAvailable()(Browser SDK) or theuseIsPhantomLoginAvailablehook (React SDK) to check availability.signTransactionon the Server SDK. Sign a transaction without broadcasting it — useful when you want to broadcast via your own RPC, inspect the signed payload, or collect multiple signatures before submission.To upgrade:
📖 React SDK docs → · Browser SDK docs → · Server SDK docs →
2. MCP Server and OpenClaw Plugin updates
The Phantom MCP Server and OpenClaw plugin now support text-mode authentication and include several usability improvements for AI agents.
New features:
phantom_logintool now accepts adisplayModeparameter. Set it to"text"to receive the device authorization URL and code as text instead of opening a browser — useful for headless or remote environments.get_connection_statusnow includes the MCP Server or OpenClaw plugin version in its response.Updates:
walletIdremoved fromget_perp_marketsandtransfer_tokens— the authenticated wallet is used automatically.📖 MCP Server docs → · Tool reference →
3. Phantom Connect SDK is now open source
The full Phantom Connect SDK is now open source. Browse the source, file issues, and contribute:
🔗 github.com/phantom/phantom-connect-sdk
The repo includes all client SDKs (React, Browser, React Native), the Server SDK, the MCP Server, and example apps.
Full changelog at docs.phantom.com/updates. If you have feedback, drop a comment below or reach out via our developer support form.
Beta Was this translation helpful? Give feedback.
All reactions