hyperdb-mcp 0.3.0 → 0.4.0

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # hyperdb-mcp
2
2
 
3
- > **Note:** This crate was vibe-engineered with heavy use of AI coding assistants. The 0.2.x line may still undergo large breaking changes; the public API won't settle until the 1.0.0 release.
3
+ > **Note:** This crate is AI-assisted but human-directed much of the code was written by AI coding assistants under close review, with the design and engineering trade-offs decided by an experienced developer. The pre-1.0 (0.x) line may still undergo large breaking changes; the public API won't settle until the 1.0.0 release.
4
4
 
5
5
  An MCP (Model Context Protocol) server that turns the Hyper columnar database into an instant SQL analytics engine. Data flows in from other MCP plugins or files, lands in Hyper automatically, and becomes queryable with SQL — no setup, no schema files, no database management.
6
6
 
package/package.json CHANGED
@@ -29,10 +29,10 @@
29
29
  "engines": {
30
30
  "node": ">= 21"
31
31
  },
32
- "version": "0.3.0",
32
+ "version": "0.4.0",
33
33
  "optionalDependencies": {
34
- "hyperdb-mcp-darwin-arm64": "0.3.0",
35
- "hyperdb-mcp-linux-x64-gnu": "0.3.0",
36
- "hyperdb-mcp-win32-x64-msvc": "0.3.0"
34
+ "hyperdb-mcp-darwin-arm64": "0.4.0",
35
+ "hyperdb-mcp-linux-x64-gnu": "0.4.0",
36
+ "hyperdb-mcp-win32-x64-msvc": "0.4.0"
37
37
  }
38
38
  }