Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/upstash/mcp-server
Browse files Browse the repository at this point in the history
  • Loading branch information
fahreddinozcan committed Dec 23, 2024
2 parents 9ba2026 + 3125a4e commit 947e2a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ See the [troubleshooting guide](https://modelcontextprotocol.io/quickstart#troub
- `redis_database_run_single_redis_command`
- `redis_database_set_daily_backup`
- `redis_database_update_regions`
- `redis_database_get_usage_stats`

## Development

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

```bash
npm run install
npm run setup
```

This will add an `upstash` entry to your MCP config file that points to the local build of the package.
Expand Down
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.0",
"version": "0.0.1",
"name": "@upstash/mcp-server-upstash",
"description": "MCP server for Upstash",
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"build": "tsup && node -e \"require('fs').chmodSync('dist/index.js', '755')\"",
"watch": "npm run build && tsup --watch",
"inspector": "npx @modelcontextprotocol/inspector node --enable-source-maps dist/index.js run",
"install": "node ./dist/index.js init",
"setup": "node ./dist/index.js init",
"logs": "tail -n 20 -f ~/Library/Logs/Claude/mcp*.log",
"test": "bun test",
"fmt": "prettier --write .",
Expand Down

0 comments on commit 947e2a1

Please sign in to comment.