Releases: pottekkat/dicedb-mcp
Releases · pottekkat/dicedb-mcp
v0.1.1
v0.1.0
Initial release with minimal features:
- PING DiceDB to check connectivity.
- ECHO a message through DiceDB.
- GET a value from DiceDB by key.
- SET a key-value pair in DiceDB.
- DEL one or more keys from DiceDB.
- INCR the integer value of a key by one.
- DECR the integer value of a key by one.
Full Changelog: https://github.com/pottekkat/dicedb-mcp/commits/v0.1.0