Uh oh!
There was an error while loading. Please reload this page.
[Chore] Unskip VS Code e2e replay for use_mcp_tool - #93
Conversation
No actionable issues found. See task
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
f491acd to
9fa41b7CompareI see some merge conflicts here. Working on them now... |
I see some merge conflicts here. Working on them now... |
Resolved merge conflicts in:
Warnings:
|
9f0ddd1 to
c31a59aCompareAddressed the remaining PR feedback on 77052fc22.
Validation:
Browser proof is not applicable here because this is test-only e2e fixture work. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
879e0e8 to
2a54c07CompareUh oh!
There was an error while loading. Please reload this page.
77052fc to
fa293b2CompareUh oh!
There was an error while loading. Please reload this page.
fa293b2 to
c946c38Compare
edelauna
left a comment
There was a problem hiding this comment.
Unskipping existing e2e tests to increase coverage.
Uh oh!
There was an error while loading. Please reload this page.
What problem this solves
Fixes an issue where the
use_mcp_toolVS Code e2e suite still stayed skipped, which left MCP filesystem delegation unverified in the deterministic replay flow.Why this change was made
This slice rewrites the skipped MCP suite around stable fixture tags embedded in real prompts, dynamic fixture registration, and a real filesystem MCP server wired into the temporary test workspace. It also pins the filesystem MCP server package and keeps the error-path assertions focused on MCP behavior instead of brittle assistant phrasing.
User impact
No direct product behavior changes. The MCP e2e coverage becomes replayable and helps catch regressions in the MCP delegation path earlier.
Related PRs