cheatengine 5.8.8 → 5.8.9

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.
package/README.md CHANGED
@@ -31,7 +31,7 @@ AI <--MCP/JSON-RPC--> ce_mcp_server.py <--Named Pipe--> ce_mcp_bridge.lua (CE)
31
31
  "mcpServers": {
32
32
  "cheat-engine": {
33
33
  "command": "npx",
34
- "args": ["--yes", "ce-mcp"]
34
+ "args": ["--yes", "cheatengine"]
35
35
  }
36
36
  }
37
37
  }
package/README_CN.md CHANGED
@@ -31,7 +31,7 @@ AI <--MCP/JSON-RPC--> ce_mcp_server.py <--命名管道--> ce_mcp_bridge.lua (CE)
31
31
  "mcpServers": {
32
32
  "cheat-engine": {
33
33
  "command": "npx",
34
- "args": ["--yes", "ce-mcp"]
34
+ "args": ["--yes", "cheatengine"]
35
35
  }
36
36
  }
37
37
  }
package/bin/cheatengine CHANGED
@@ -27,7 +27,7 @@ proc.on('exit', (code) => {
27
27
  });
28
28
 
29
29
  proc.on('error', (err) => {
30
- console.error('[ce-mcp] 启动失败:', err.message);
30
+ console.error('[cheatengine] 启动失败:', err.message);
31
31
  console.error('请确保已安装Python和pywin32: pip install pywin32');
32
32
  process.exit(1);
33
33
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cheatengine",
3
- "version": "5.8.8",
3
+ "version": "5.8.9",
4
4
  "description": "Cheat Engine MCP Server - AI-assisted reverse engineering bridge",
5
5
  "main": "bin/cheatengine",
6
6
  "bin": {