mobilecoder-mcp 1.0.3 → 1.0.4

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 +10 -14
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,17 +6,17 @@ Transform your mobile device into a powerful coding companion for Cursor, Windsu
6
6
 
7
7
  ## Features
8
8
 
9
- - 🚀 **QR Code Quick Connect** - Scan and connect in seconds
10
- - 🔐 **End-to-End Encryption** - DTLS-secured WebRTC connections
11
- - 📱 **Universal IDE Support** - Works with Cursor, Windsurf, and VSCode
12
- - **Real-Time Sync** - Low-latency signaling over WebSocket
13
- - 🛡️ **Security Hardened** - HMAC integrity, SDP validation, replay protection
9
+ - **QR Code Quick Connect** - Scan and connect in seconds
10
+ - **End-to-End Encryption** - DTLS-secured WebRTC connections
11
+ - **Universal IDE Support** - Works with Cursor, Windsurf, and VSCode
12
+ - **Real-Time Sync** - Low-latency signaling over WebSocket
13
+ - **Security Hardened** - HMAC integrity, SDP validation, replay protection
14
14
 
15
15
  ---
16
16
 
17
17
  ## What's New in v1.0.2
18
18
 
19
- ### 🔐 Security Hardening & Stability
19
+ ### Security Hardening & Stability
20
20
 
21
21
  This version brings critical security improvements to ensure robust WebRTC signaling and data integrity.
22
22
 
@@ -133,13 +133,9 @@ mobilecoder-mcp reset
133
133
  ## How It Works
134
134
 
135
135
  ```
136
- ┌─────────────┐ WebRTC (P2P) ┌─────────────┐
137
- │ Desktop │◄──────────────────────────────►│ Mobile │
138
- (IDE) │ Encrypted Data Stream │ Device │
139
- │ │ │ │
140
- │ MCP Server │ Signaling │ Web App │
141
- └─────────────┘◄──────────────────────────────►└─────────────┘
142
- (WebSocket + Redis)
136
+ [Desktop IDE] WebRTC (P2P) [Mobile Device]
137
+
138
+ [MCP Server] Signaling (WebSocket) [Web App]
143
139
  ```
144
140
 
145
141
  1. **Desktop**: MCP server starts, generates pairing code
@@ -332,4 +328,4 @@ Built with:
332
328
 
333
329
  ---
334
330
 
335
- **Version**: 1.0.2 | **Author**: @hasmetdurak | **License**: MIT
331
+ **Version**: 1.0.3 | **Author**: @hasmetdurak | **License**: MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobilecoder-mcp",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "type": "module",
5
5
  "description": "MCP server for MobileCoderMCP - enables mobile to desktop coding",
6
6
  "main": "dist/index.js",