@balatro-mcp/linux-arm64 0.0.0 → 0.1.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.
package/package.json CHANGED
@@ -1,11 +1,23 @@
1
1
  {
2
2
  "name": "@balatro-mcp/linux-arm64",
3
- "version": "0.0.0",
4
- "description": "Reserved for balatro-mcp native releases; install balatro-mcp to use the server.",
3
+ "version": "0.1.2",
4
+ "description": "MCP server connecting AI agents to play Balatro (linux arm64)",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/Arcadi4/balatro-agent.git",
9
9
  "directory": "mcp"
10
- }
10
+ },
11
+ "os": [
12
+ "linux"
13
+ ],
14
+ "cpu": [
15
+ "arm64"
16
+ ],
17
+ "libc": [
18
+ "glibc"
19
+ ],
20
+ "files": [
21
+ "bin"
22
+ ]
11
23
  }