cvm-server 0.2.2 → 0.2.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 +2 -0
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -11,6 +11,8 @@ The Cognitive Virtual Machine (CVM) server - a deterministic bytecode VM that in
11
11
 
12
12
  ## Installation
13
13
 
14
+ Install globally or use with npx:
15
+
14
16
  ### Quick Start
15
17
 
16
18
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cvm-server",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "Cognitive Virtual Machine (CVM) - A deterministic bytecode VM with AI cognitive operations",
5
5
  "keywords": [
6
6
  "mcp",
@@ -41,7 +41,8 @@
41
41
  "@modelcontextprotocol/sdk": "^1.12.2",
42
42
  "zod": "^3.25.64",
43
43
  "mongodb": "^6.17.0",
44
- "dotenv": "^16.0.0"
44
+ "dotenv": "^16.0.0",
45
+ "typescript": "^5.7.3"
45
46
  },
46
47
  "type": "commonjs",
47
48
  "nx": {