We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddb01a4 commit 986896aCopy full SHA for 986896a
1 file changed
README.md
@@ -146,9 +146,12 @@ discogs://search?q={query} # Search results
146
147
## 🚀 Deployment
148
149
-1. **Create KV namespaces**:
+1. **Create KV namespaces** and add their IDs to `wrangler.toml` under `[env.production]`:
150
```bash
151
- npm run setup:prod
+ wrangler kv namespace create MCP_SESSIONS --env production
152
+ wrangler kv namespace create MCP_LOGS --env production
153
+ wrangler kv namespace create MCP_RL --env production
154
+ wrangler kv namespace create OAUTH_KV --env production
155
```
156
157
2. **Set production secrets**:
0 commit comments