File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ See the [troubleshooting guide](https://modelcontextprotocol.io/quickstart#troub
45
45
- ` redis_database_run_single_redis_command `
46
46
- ` redis_database_set_daily_backup `
47
47
- ` redis_database_update_regions `
48
+ - ` redis_database_get_usage_stats `
48
49
49
50
## Development
50
51
@@ -71,7 +72,7 @@ This will be used for setting the Claude config and running mcp inspector.
71
72
To install the Claude Desktop config for local development, run the following command:
72
73
73
74
``` bash
74
- npm run install
75
+ npm run setup
75
76
```
76
77
77
78
This will add an ` upstash ` entry to your MCP config file that points to the local build of the package.
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.0.0 " ,
2
+ "version" : " 0.0.1 " ,
3
3
"name" : " @upstash/mcp-server-upstash" ,
4
4
"description" : " MCP server for Upstash" ,
5
5
"license" : " MIT" ,
18
18
"build" : " tsup && node -e \" require('fs').chmodSync('dist/index.js', '755')\" " ,
19
19
"watch" : " npm run build && tsup --watch" ,
20
20
"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" ,
22
22
"logs" : " tail -n 20 -f ~/Library/Logs/Claude/mcp*.log" ,
23
23
"test" : " bun test" ,
24
24
"fmt" : " prettier --write ." ,
You can’t perform that action at this time.
0 commit comments