Skip to content

Commit 2db1fc7

Browse files
committed
update MCP Video with audio
1 parent 754d72b commit 2db1fc7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

_posts/2025-06-26-vwo-fme-mcp-server.markdown

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,16 @@ The magic of the VWO FME MCP Server lies in its ability to **automate every step
158158

159159
3. **Instant Flag Creation**: Just type a prompt, and the server creates the flag automatically—no need for backend setups or manual processes.
160160

161+
## See It in Action: Demo Video
162+
163+
We’ve prepared a **demo video** showing the entire process from prompt to production-ready flag. Watch it in action to see how fast and seamless this entire process is.
164+
165+
<div class="img-wrapper" style="text-align: center;">
166+
<video loop="true" controls="true" muted width="100%" autoplay="true" src="/images/2025/06/VWO_FME_MCP_Server.mp4" alt="HMR Video Preview">
167+
</div>
168+
169+
<br>
170+
161171
## Key Technical Insights: Zod, Structured Responses, and Validation Logic
162172

163173
During development, we focused on **structured validation** to ensure the server could handle complex inputs correctly. Let's dive into some of the challenges and technical decisions that made the VWO FME MCP Server robust.
@@ -232,16 +242,6 @@ const ruleSchema = z
232242

233243
This allowed us to enforce complex, conditional validation rules for the flags being created.
234244

235-
## See It in Action: Demo Video
236-
237-
We’ve prepared a **demo video** showing the entire process from prompt to production-ready flag. Watch it in action to see how fast and seamless this entire process is.
238-
239-
<div class="img-wrapper" style="text-align: center;">
240-
<video loop="true" controls="true" muted width="100%" autoplay="true" src="/images/2025/06/vwo-mcp-tools.mp4" alt="HMR Video Preview">
241-
</div>
242-
243-
<br>
244-
245245
## Get Started with VWO FME MCP Server
246246

247247
For more detailed instructions on integrating with **Cursor IDE**, follow the steps below:

0 commit comments

Comments
 (0)