Skip to content

Commit 6c8e362

Browse files
authored
Update src/content/docs/agents/guides/remote-mcp-server.mdx
1 parent f9e1bc1 commit 6c8e362

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/content/docs/agents/guides/remote-mcp-server.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,9 @@ wrangler secret put GITHUB_CLIENT_SECRET
221221
npx wrangler secret put COOKIE_ENCRYPTION_KEY # add any random string here e.g. openssl rand -hex 32
222222
```
223223

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.
224+
:::caution
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.
226+
:::
226227

227228
#### Set up a KV namespace
228229
- Create the KV namespace:

0 commit comments

Comments
 (0)