Skip to content

Add optimizer documentation and README updates#3518

Closed
therealnb wants to merge 1 commit intomainfrom
optimizer-pr3-docs
Closed

Add optimizer documentation and README updates#3518
therealnb wants to merge 1 commit intomainfrom
optimizer-pr3-docs

Conversation

@therealnb
Copy link

Summary

This PR adds documentation for the MCP optimizer feature.

This is part 3 of a 3-part PR split from #3440:

  • PR 1: Non-functional packages, deps, config schema
  • PR 2: Integration/wiring into server startup
  • PR 3 (this): Documentation and examples

Depends on: #3516 (PR 1) and #3517 (PR 2)

Changes

Documentation

  • Update cmd/vmcp/README.md with optimizer CLI options
  • Add pkg/vmcp/optimizer/README.md with optimizer architecture docs
  • Add pkg/vmcp/optimizer/REFACTORING.md with design notes
  • Update docs/operator/crd-api.md with optimizer CRD fields
  • Update deploy/charts/operator-crds/README.md

Test Plan

  • Documentation builds/renders correctly
  • No broken links

This PR adds documentation for the MCP optimizer feature.

Changes include:
- Update cmd/vmcp/README.md with optimizer CLI options
- Add pkg/vmcp/optimizer/README.md with optimizer architecture docs
- Add pkg/vmcp/optimizer/REFACTORING.md with design notes
- Update docs/operator/crd-api.md with optimizer CRD fields
- Update deploy/charts/operator-crds/README.md

This is part 3 of a 3-part PR split. Depends on PR1 (optimizer packages)
and PR2 (integration).
@github-actions github-actions bot added the size/M Medium PR: 300-599 lines changed label Jan 29, 2026
@codecov
Copy link

codecov bot commented Jan 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.30%. Comparing base (72d205c) to head (a5e2000).
⚠️ Report is 155 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3518      +/-   ##
==========================================
+ Coverage   65.29%   65.30%   +0.01%     
==========================================
  Files         401      401              
  Lines       39103    39103              
==========================================
+ Hits        25534    25538       +4     
+ Misses      11589    11583       -6     
- Partials     1980     1982       +2     

☔ 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.

@jerm-dro
Copy link
Contributor

Closing, since this will be replaced by the linked tasks above.

@jerm-dro jerm-dro closed this Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/M Medium PR: 300-599 lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments