cheatengine 5.8.16 → 5.8.17

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/ce_mcp_server.js CHANGED
@@ -187,7 +187,7 @@ class CEMCPServer {
187
187
  jsonrpc: '2.0',
188
188
  id: reqId,
189
189
  result: {
190
- protocolVersion: '2024-11-05',
190
+ protocolVersion: '2026-2-15',
191
191
  capabilities: { tools: {} },
192
192
  serverInfo: { name: 'cheatengine-mcp-bridge', version: '5.8.14' },
193
193
  instructions: (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cheatengine",
3
- "version": "5.8.16",
3
+ "version": "5.8.17",
4
4
  "description": "Cheat Engine MCP Server - AI-assisted reverse engineering bridge",
5
5
  "main": "ce_mcp_server.js",
6
6
  "bin": {
@@ -28,6 +28,7 @@
28
28
  "src/",
29
29
  "ce_mcp_server.js",
30
30
  "README.md",
31
- "README_CN.md"
31
+ "README_CN.md",
32
+ "ce_mcp_bridge.lua"
32
33
  ]
33
34
  }