docs: use {{}} syntax for var interpolation in MCP config examples#121
Conversation
Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
I'm starting a first review of this pull request. You can view the conversation on Warp. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
There was a problem hiding this comment.
Overview
This PR updates both MCP Servers for cloud agents examples to use {{DBT_SERVICE_TOKEN}} interpolation for the dbt service token placeholder. The changed snippets remain valid JSON strings and align with the documented secret-reference intent.
Concerns
No blocking concerns found.
Verdict
Found: 0 critical, 0 important, 0 suggestions
Approve
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
What
Changes
${DBT_SERVICE_TOKEN}to{{DBT_SERVICE_TOKEN}}in both code snippets on the MCP Servers for cloud agents page.Why
We only support
{{ ... }}syntax for secret interpolation in cloud runs, not${ ... }Related Issue
See comment on issue for details
Resolves: https://linear.app/warpdotdev/issue/REMOTE-1148/mcp-secret-variable-interpolation#comment-3a9309c4
Co-Authored-By: Oz oz-agent@warp.dev