despia-native 1.0.26 → 1.0.27

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 +17 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,9 +17,24 @@ 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
- [**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)
20
+ [![Install in Cursor](https://cursor.com/deeplink/mcp-install-dark.svg)](https://despia.com/mcp/cursor)
21
+ [![Install in VS Code](https://img.shields.io/badge/Install_in_VS_Code-007ACC?logo=visualstudiocode&logoColor=white)](https://despia.com/mcp/vs-code)
21
22
 
22
- Full manual steps and other editors: [MCP Server setup guide](https://setup.despia.com/mcp-server).
23
+ The badges use **HTTPS** links on [despia.com](https://despia.com) that redirect to the `cursor://` / `vscode:` installers (plain `cursor://` / `vscode:` links are not allowed as README `href` values on npm and GitHub).
24
+
25
+ **[MCP Server setup guide (Cursor, VS Code, and more)](https://setup.despia.com/mcp-server)**
26
+
27
+ **Cursor deeplink** (copy the full line):
28
+
29
+ ```text
30
+ cursor://anysphere.cursor-deeplink/mcp/install?name=Despia&config=eyJ0eXBlIjoiaHR0cCIsInVybCI6Imh0dHBzOi8vc2V0dXAuZGVzcGlhLmNvbS9tY3AifQ==
31
+ ```
32
+
33
+ **VS Code deeplink** (copy the full line):
34
+
35
+ ```text
36
+ 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
37
+ ```
23
38
 
24
39
  **Web-based builders** (Lovable, Bolt, v0, etc.) — paste the MCP URL where your tool asks for it:
25
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "despia-native",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
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",