Rename optimizer examples for clarity#4038
Merged
aponcedeleonch merged 1 commit intomainfrom Mar 9, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4038 +/- ##
==========================================
+ Coverage 68.62% 68.68% +0.05%
==========================================
Files 445 445
Lines 45374 45374
==========================================
+ Hits 31140 31164 +24
+ Misses 11827 11806 -21
+ Partials 2407 2404 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
JAORMX
approved these changes
Mar 6, 2026
jerm-dro
approved these changes
Mar 7, 2026
- 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>
101258c to
a810e5c
Compare
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.