despia-native 1.0.25 → 1.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,12 +17,11 @@ The runtime runs on WKWebView (iOS) and the Chromium-based WebView (Android) wit
17
17
 
18
18
  Add the Despia MCP to give your AI assistant full knowledge of the `despia-native` API.
19
19
 
20
- <a href="cursor://anysphere.cursor-deeplink/mcp/install?name=Despia&config=eyJ0eXBlIjoiaHR0cCIsInVybCI6Imh0dHBzOi8vc2V0dXAuZGVzcGlhLmNvbS9tY3AifQ==">
21
- <img src="https://cursor.com/deeplink/mcp-install-dark.svg" alt="Install in Cursor" />
22
- </a>
23
- <a href="vscode:mcp/install?%7B%22name%22%3A%22Despia%22%2C%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fsetup.despia.com%2Fmcp%22%7D">
24
- <img src="https://img.shields.io/badge/Install_in_VS_Code-007ACC?logo=visualstudiocode&logoColor=white" alt="Install in VS Code" />
25
- </a>
20
+ [**Install in Cursor**](cursor://anysphere.cursor-deeplink/mcp/install?name=Despia&config=eyJ0eXBlIjoiaHR0cCIsInVybCI6Imh0dHBzOi8vc2V0dXAuZGVzcGlhLmNvbS9tY3AifQ==) · [**Install in VS Code**](vscode:mcp/install?%7B%22name%22%3A%22Despia%22%2C%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fsetup.despia.com%2Fmcp%22%7D)
21
+
22
+ Full manual steps and other editors: [MCP Server setup guide](https://setup.despia.com/mcp-server).
23
+
24
+ **Web-based builders** (Lovable, Bolt, v0, etc.) paste the MCP URL where your tool asks for it:
26
25
 
27
26
  ```
28
27
  https://setup.despia.com/mcp
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "despia-native",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
4
  "description": "Web-native iOS and Android SDK. Biometrics, GPS, in-app purchases, push notifications, and 50+ native APIs - no Swift, no Kotlin.",
5
5
  "main": "index.js",
6
6
  "module": "index.js",