edict-lang 1.9.0 → 1.9.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 +2 -2
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -52,7 +52,7 @@ Host capabilities available through adapters: filesystem (sandboxed), HTTP, cryp
52
52
 
53
53
  ```bash
54
54
  npm install
55
- npm test # 1801 tests across 105 files
55
+ npm test # 1838 tests across 105 files
56
56
  npm run mcp # start MCP server (stdio transport)
57
57
  ```
58
58
 
@@ -194,7 +194,7 @@ src/
194
194
  ├── mcp/ # MCP server (tools + resources + prompts)
195
195
  └── errors/ # Structured error types
196
196
 
197
- tests/ # 1801 tests across 105 files
197
+ tests/ # 1838 tests across 105 files
198
198
  examples/ # 38 example programs (⭐→⭐⭐⭐ difficulty in README)
199
199
  schema/ # Auto-generated JSON Schema
200
200
  ```
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "edict-lang",
3
- "version": "1.9.0",
3
+ "version": "1.9.2",
4
+ "mcpName": "io.github.Sowiedu/edict",
4
5
  "description": "Edict — A programming language designed for AI agents. No parser, no syntax — agents produce AST directly as JSON. Statically typed, effect-tracked, contract-verified, compiled to WASM.",
5
6
  "type": "module",
6
7
  "bin": {