@upstash/mcp-server 0.2.0-canary-5 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,9 @@
1
1
  # Upstash MCP Server
2
2
 
3
- [![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en/install-mcp?name=upstash-mcp&config=eyJjb21tYW5kIjoibm9kZSIsImFyZ3MiOlsiL3BhdGgvdG8vdXBzdGFzaC1tY3AvaW5kZXguanMiLCItLWVtYWlsIiwiWU9VUl9FTUFJTF9IRVJFIiwiLS1hcGkta2V5IiwiWU9VUl9BUElfS0VZX0hFUkUiXX0%3D) [<img alt="Install in VS Code (npx)" src="https://img.shields.io/badge/Install%20in%20VS%20Code-0098FF?style=for-the-badge&logo=visualstudiocode&logoColor=white">](https://insiders.vscode.dev/redirect?url=vscode%3Amcp%2Finstall%3F%7B%22name%22%3A%22upstash-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40upstash%2Fmcp-server%40latest%22%2C%22--email%22%2C%22YOUR_EMAIL%22%2C%22--api-key%22%2C%22YOUR_API_KEY%22%5D%7D)
3
+ [![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en/install-mcp?name=upstash&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkB1cHN0YXNoL21jcC1zZXJ2ZXJAbGF0ZXN0IiwiLS1lbWFpbCIsIllPVVJfRU1BSUwiLCItLWFwaS1rZXkiLCJZT1VSX0FQSV9LRVkiXX0=%3D)
4
+
5
+ [![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en/install-mcp?name=upstash&config=eyJjb21tYW5kIjoibnB4IC15IEB1cHN0YXNoL21jcC1zZXJ2ZXJAbGF0ZXN0IC0tZW1haWwgWU9VUl9FTUFJTCAtLWFwaS1rZXkgWU9VUl9BUElfS0VZIn0%3D)
6
+ [<img alt="Install in VS Code (npx)" src="https://img.shields.io/badge/Install%20in%20VS%20Code-0098FF?style=for-the-badge&logo=visualstudiocode&logoColor=white">](https://insiders.vscode.dev/redirect?url=vscode%3Amcp%2Finstall%3F%7B%22name%22%3A%22upstash-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40upstash%2Fmcp-server%40latest%22%2C%22--email%22%2C%22YOUR_EMAIL%22%2C%22--api-key%22%2C%22YOUR_API_KEY%22%5D%7D)
4
7
 
5
8
  [![smithery badge](https://smithery.ai/badge/@upstash/mcp-server)](https://smithery.ai/server/@upstash/mcp-server)
6
9
 
package/package.json CHANGED
@@ -1 +1 @@
1
- { "version": "v0.2.0-canary-5", "name": "@upstash/mcp-server", "description": "MCP server for Upstash", "license": "MIT", "type": "module", "bin": { "mcp-server": "./dist/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/upstash/mcp-server.git" }, "bugs": { "url": "https://github.com/upstash/mcp-server/issues" }, "scripts": { "build": "tsup && node -e \"require('fs').chmodSync('dist/index.js', '755')\"", "watch": "npm run build && tsup --watch", "logs": "tail -n 20 -f ~/Library/Logs/Claude/mcp*.log", "fmt": "prettier --write .", "test": "vitest", "lint": "eslint \"**/*.{js,ts,tsx}\" --quiet --fix && tsc --noEmit" }, "files": [ "dist" ], "devDependencies": { "@typescript-eslint/eslint-plugin": "8.4.0", "@typescript-eslint/parser": "8.4.0", "eslint": "9.10.0", "eslint-plugin-unicorn": "55.0.0", "prettier": "^3.6.2", "tsup": "^8.5.0", "vitest": "^3.2.4" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.5", "@types/node": "^15.14.9", "chalk": "^5.6.0", "commander": "^14.0.0", "dotenv": "^16.6.1", "node-fetch": "^3.3.2", "tsx": "^4.20.5", "zod": "^3.25.76", "zod-to-json-schema": "^3.24.6" } }
1
+ { "version": "v0.2.0", "name": "@upstash/mcp-server", "description": "MCP server for Upstash", "license": "MIT", "type": "module", "bin": { "mcp-server": "./dist/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/upstash/mcp-server.git" }, "bugs": { "url": "https://github.com/upstash/mcp-server/issues" }, "scripts": { "build": "tsup && node -e \"require('fs').chmodSync('dist/index.js', '755')\"", "watch": "npm run build && tsup --watch", "logs": "tail -n 20 -f ~/Library/Logs/Claude/mcp*.log", "fmt": "prettier --write .", "test": "vitest", "lint": "eslint \"**/*.{js,ts,tsx}\" --quiet --fix && tsc --noEmit" }, "files": [ "dist" ], "devDependencies": { "@typescript-eslint/eslint-plugin": "8.4.0", "@typescript-eslint/parser": "8.4.0", "eslint": "9.10.0", "eslint-plugin-unicorn": "55.0.0", "prettier": "^3.6.2", "tsup": "^8.5.0", "vitest": "^3.2.4" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.5", "@types/node": "^15.14.9", "chalk": "^5.6.0", "commander": "^14.0.0", "dotenv": "^16.6.1", "node-fetch": "^3.3.2", "tsx": "^4.20.5", "zod": "^3.25.76", "zod-to-json-schema": "^3.24.6" } }