Skip to content

Rename optimizer examples for clarity#4038

Open
aponcedeleonch wants to merge 1 commit intomainfrom
aponcedeleonch/rename-optimizer-examples
Open

Rename optimizer examples for clarity#4038
aponcedeleonch wants to merge 1 commit intomainfrom
aponcedeleonch/rename-optimizer-examples

Conversation

@aponcedeleonch
Copy link
Member

Summary

Rename the optimizer example YAML files to be more descriptive and self-explanatory:

  • vmcp_optimizer_example.yamlvmcp_optimizer_quickstart.yaml (minimal, auto-configured setup)
  • vmcp_optimizer_advanced.yamlvmcp_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

  • Bug fix
  • New feature
  • Refactoring (no behavior change)
  • Dependency update
  • Documentation
  • Other (describe):

Test plan

  • Manual testing (describe below)

Verified that the YAML files are valid and internal cross-references between the two example files are updated correctly.

Changes

File Change
examples/operator/virtual-mcps/vmcp_optimizer_quickstart.yaml Renamed from vmcp_optimizer_example.yaml; added github, memory, puppeteer, osv backends; updated yardstick to streamable-http; added secret setup instructions
examples/operator/virtual-mcps/vmcp_optimizer_all_options.yaml Renamed from vmcp_optimizer_advanced.yaml; updated internal reference to new quickstart filename

Does this introduce a user-facing change?

No — these are example/reference files only.

- 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>
@aponcedeleonch aponcedeleonch requested a review from JAORMX as a code owner March 6, 2026 16:12
@github-actions github-actions bot added the size/S Small PR: 100-299 lines changed label Mar 6, 2026
@aponcedeleonch aponcedeleonch requested a review from jerm-dro March 6, 2026 16:13
@codecov
Copy link

codecov bot commented Mar 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.67%. Comparing base (edafa62) to head (101258c).
⚠️ Report is 8 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/S Small PR: 100-299 lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants