@laststance/electron-mcp-server 1.5.1 → 1.5.2

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 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -48,7 +48,7 @@ Configure the security level and other settings through your MCP client configur
48
48
  "servers": {
49
49
  "electron": {
50
50
  "command": "npx",
51
- "args": ["-y", "@laststance/electron-mcp-server"],
51
+ "args": ["-y", "@laststance/electron-mcp-server@latest"],
52
52
  "env": {
53
53
  "SECURITY_LEVEL": "balanced",
54
54
  "SCREENSHOT_ENCRYPTION_KEY":"your-32-byte-hex-string"
@@ -65,7 +65,7 @@ Configure the security level and other settings through your MCP client configur
65
65
  "mcpServers": {
66
66
  "electron": {
67
67
  "command": "npx",
68
- "args": ["-y", "electron-mcp-server"],
68
+ "args": ["-y", "@laststance/electron-mcp-server@latest"],
69
69
  "env": {
70
70
  "SECURITY_LEVEL": "balanced",
71
71
  "SCREENSHOT_ENCRYPTION_KEY":"your-32-byte-hex-string"
@@ -269,7 +269,7 @@ Add to your VS Code MCP settings:
269
269
  "servers": {
270
270
  "electron": {
271
271
  "command": "npx",
272
- "args": ["-y", "@laststance/electron-mcp-server"],
272
+ "args": ["-y", "@laststance/electron-mcp-server@latest"],
273
273
  "env": {
274
274
  "SECURITY_LEVEL": "balanced",
275
275
  "SCREENSHOT_ENCRYPTION_KEY": "your-32-byte-hex-string-here"
@@ -295,7 +295,7 @@ Cursor IDE supports MCP servers through its configuration file. Add to your Curs
295
295
  "mcpServers": {
296
296
  "electron": {
297
297
  "command": "npx",
298
- "args": ["-y", "electron-mcp-server"],
298
+ "args": ["-y", "@laststance/electron-mcp-server@latest"],
299
299
  "env": {
300
300
  "SECURITY_LEVEL": "balanced",
301
301
  "SCREENSHOT_ENCRYPTION_KEY": "your-32-byte-hex-string-here"
@@ -327,7 +327,7 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
327
327
  "mcpServers": {
328
328
  "electron": {
329
329
  "command": "npx",
330
- "args": ["-y", "electron-mcp-server"],
330
+ "args": ["-y", "@laststance/electron-mcp-server@latest"],
331
331
  "env": {
332
332
  "SECURITY_LEVEL": "balanced",
333
333
  "SCREENSHOT_ENCRYPTION_KEY": "your-32-byte-hex-string-here"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laststance/electron-mcp-server",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "MCP server for Electron application automation and management. See MCP_USAGE_GUIDE.md for proper argument structure examples.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {