@runcontext/cli 0.4.0 → 0.4.1

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@runcontext/cli",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Tell your AI agent to build your semantic layer. CLI for introspecting databases, curating metadata, and serving context via MCP.",
5
5
  "license": "MIT",
6
6
  "author": "Eric Kittelson",
@@ -61,9 +61,9 @@
61
61
  "commander": "^14.0.0",
62
62
  "@clack/prompts": "^1.1.0",
63
63
  "yaml": "^2.7.0",
64
- "@runcontext/core": "^0.4.0",
65
- "@runcontext/mcp": "^0.4.0",
66
- "@runcontext/site": "^0.4.0"
64
+ "@runcontext/mcp": "^0.4.1",
65
+ "@runcontext/core": "^0.4.1",
66
+ "@runcontext/site": "^0.4.1"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@types/node": "^25.3.3",