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