Open
Conversation
- vmcp_optimizer_example.yaml → vmcp_optimizer_quickstart.yaml Showcases main optimizer benefits with 6 MCP servers and minimal config - vmcp_optimizer_advanced.yaml → vmcp_optimizer_all_options.yaml Showcases all optimizer and EmbeddingServer configuration knobs Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4038 +/- ##
==========================================
+ Coverage 68.61% 68.67% +0.05%
==========================================
Files 444 445 +1
Lines 45187 45343 +156
==========================================
+ Hits 31007 31139 +132
- Misses 11780 11800 +20
- Partials 2400 2404 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
JAORMX
approved these changes
Mar 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Rename the optimizer example YAML files to be more descriptive and self-explanatory:
vmcp_optimizer_example.yaml→vmcp_optimizer_quickstart.yaml(minimal, auto-configured setup)vmcp_optimizer_advanced.yaml→vmcp_optimizer_all_options.yaml(all fields explicitly set)Also expands the quickstart example with additional popular MCP server backends (github, memory, puppeteer, osv) to better showcase the optimizer working with a realistic set of tools, and updates yardstick to use streamable-http transport.
Type of change
Test plan
Verified that the YAML files are valid and internal cross-references between the two example files are updated correctly.
Changes
examples/operator/virtual-mcps/vmcp_optimizer_quickstart.yamlvmcp_optimizer_example.yaml; added github, memory, puppeteer, osv backends; updated yardstick to streamable-http; added secret setup instructionsexamples/operator/virtual-mcps/vmcp_optimizer_all_options.yamlvmcp_optimizer_advanced.yaml; updated internal reference to new quickstart filenameDoes this introduce a user-facing change?
No — these are example/reference files only.