Skip to content

Make sessionless routing tokens unique to fix response cross-talk

72521d0
Select commit
Loading
Failed to load commit list.
Open

Add --session-ttl flag and fix three session timeout bugs #5117

Make sessionless routing tokens unique to fix response cross-talk
72521d0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 30, 2026 in 0s

67.33% (+0.20%) compared to 4c23ade

View this Pull Request on Codecov

67.33% (+0.20%) compared to 4c23ade

Details

Codecov Report

❌ Patch coverage is 47.88732% with 37 lines in your changes missing coverage. Please review.
✅ Project coverage is 67.33%. Comparing base (4c23ade) to head (72521d0).
⚠️ Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
pkg/transport/proxy/httpsse/http_proxy.go 46.15% 6 Missing and 1 partial ⚠️
...g/transport/proxy/transparent/transparent_proxy.go 50.00% 5 Missing and 1 partial ⚠️
pkg/transport/stdio.go 0.00% 6 Missing ⚠️
pkg/transport/proxy/streamable/streamable_proxy.go 70.58% 5 Missing ⚠️
cmd/vmcp/app/commands.go 0.00% 4 Missing ⚠️
pkg/transport/factory.go 0.00% 3 Missing ⚠️
pkg/vmcp/cli/serve.go 0.00% 2 Missing and 1 partial ⚠️
pkg/transport/http.go 0.00% 1 Missing and 1 partial ⚠️
pkg/runner/runner.go 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5117      +/-   ##
==========================================
+ Coverage   67.12%   67.33%   +0.20%     
==========================================
  Files         597      598       +1     
  Lines       60170    60533     +363     
==========================================
+ Hits        40390    40759     +369     
+ Misses      16706    16690      -16     
- Partials     3074     3084      +10     

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