We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e1bc1 commit 6c8e362Copy full SHA for 6c8e362
src/content/docs/agents/guides/remote-mcp-server.mdx
@@ -221,8 +221,9 @@ wrangler secret put GITHUB_CLIENT_SECRET
221
npx wrangler secret put COOKIE_ENCRYPTION_KEY # add any random string here e.g. openssl rand -hex 32
222
```
223
224
-> [!IMPORTANT]
225
-> When you create the first secret, Wrangler will ask if you want to create a new Worker. Submit "Y" to create a new Worker and save the secret.
+:::caution
+When you create the first secret, Wrangler will ask if you want to create a new Worker. Submit "Y" to create a new Worker and save the secret.
226
+:::
227
228
#### Set up a KV namespace
229
- Create the KV namespace:
0 commit comments