hyperdb-mcp 0.2.3

MCP server for Hyper database — instant SQL analytics for LLM workflows
Documentation
{
  "name": "hyperdb-mcp",
  "description": "HyperDB MCP server — instant SQL analytics for LLM workflows",
  "bin": {
    "hyperdb-mcp": "bin.js"
  },
  "files": [
    "bin.js",
    "README.md"
  ],
  "keywords": [
    "hyper",
    "database",
    "mcp",
    "sql",
    "analytics",
    "arrow"
  ],
  "homepage": "https://github.com/tableau/hyper-api-rust/tree/main/hyperdb-mcp",
  "bugs": {
    "url": "https://github.com/tableau/hyper-api-rust/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tableau/hyper-api-rust.git",
    "directory": "hyperdb-mcp"
  },
  "license": "MIT OR Apache-2.0",
  "engines": {
    "node": ">= 21"
  }
}