Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Sep 14:13

What's Changed

  • feat: unify tools, refine migration (pubsub, batch), local tests; prepare v0.8 (0da1c21)
  • feat(validation): add Glide API parameter validation and usage scanning scripts (273d42d)
  • Refactor error handling and improve code readability across multiple files (fc3df39)
  • chore(deployment): add comprehensive deployment configuration and documentation (3e0679d)

Installation

npm install valkey-glidejs-mcp@latest

MCP Configuration

Add to your Claude Desktop config:

{
  "mcpServers": {
    "valkey-glide": {
      "command": "npx",
      "args": ["valkey-glidejs-mcp@latest"]
    }
  }
}

Full Changelog: v0.7.2...v0.8.0