docs: note unicode escape for upstream Mustache processors#132
docs: note unicode escape for upstream Mustache processors#132johnturcoo wants to merge 1 commit into
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 adds a note explaining how to use Unicode brace escapes when MCP configuration passes through systems that pre-process Mustache-style placeholders before Oz receives the payload. The change is scoped to documentation, fits the surrounding MCP configuration example, and does not introduce security concerns.
Concerns
- None.
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
Adds a
:::notecallout after the example configuration explaining the JSON unicode escape technique for systems (e.g. Jira/Atlassian Automation) that pre-process{{...}}before the payload reaches Oz.Follows up on REMOTE-1148.
Co-Authored-By: Oz oz-agent@warp.dev