Skip to content

Commit 947e2a1

Browse files
2 parents 9ba2026 + 3125a4e commit 947e2a1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ See the [troubleshooting guide](https://modelcontextprotocol.io/quickstart#troub
4545
- `redis_database_run_single_redis_command`
4646
- `redis_database_set_daily_backup`
4747
- `redis_database_update_regions`
48+
- `redis_database_get_usage_stats`
4849

4950
## Development
5051

@@ -71,7 +72,7 @@ This will be used for setting the Claude config and running mcp inspector.
7172
To install the Claude Desktop config for local development, run the following command:
7273

7374
```bash
74-
npm run install
75+
npm run setup
7576
```
7677

7778
This will add an `upstash` entry to your MCP config file that points to the local build of the package.

bun.lockb

0 Bytes
Binary file not shown.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.0",
2+
"version": "0.0.1",
33
"name": "@upstash/mcp-server-upstash",
44
"description": "MCP server for Upstash",
55
"license": "MIT",
@@ -18,7 +18,7 @@
1818
"build": "tsup && node -e \"require('fs').chmodSync('dist/index.js', '755')\"",
1919
"watch": "npm run build && tsup --watch",
2020
"inspector": "npx @modelcontextprotocol/inspector node --enable-source-maps dist/index.js run",
21-
"install": "node ./dist/index.js init",
21+
"setup": "node ./dist/index.js init",
2222
"logs": "tail -n 20 -f ~/Library/Logs/Claude/mcp*.log",
2323
"test": "bun test",
2424
"fmt": "prettier --write .",

0 commit comments

Comments
 (0)