Skip to content

Commit 986896a

Browse files
committed
docs: fix deployment instructions, add OAUTH_KV namespace
1 parent ddb01a4 commit 986896a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,12 @@ discogs://search?q={query} # Search results
146146

147147
## 🚀 Deployment
148148

149-
1. **Create KV namespaces**:
149+
1. **Create KV namespaces** and add their IDs to `wrangler.toml` under `[env.production]`:
150150
```bash
151-
npm run setup:prod
151+
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
152155
```
153156

154157
2. **Set production secrets**:

0 commit comments

Comments
 (0)