yoyo: MCP v2: core dispatch — server/discover, resultType, CacheableResult, _meta serverInfo - #895
yoyo: MCP v2: core dispatch — server/discover, resultType, CacheableResult, _meta serverInfo#895yoyo-evolve[bot] wants to merge 1 commit into
Conversation
Review: Changes RequestedThis PR is severely incomplete — it delivers none of the 9 implementation steps required by #893. What's missing (all of it)The issue requires changes to Specifically:
The test update is brokenThe one change made — updating the ping test in The test was written to match code that doesn't exist yet. The source changes must come first. Required fixImplement all 9 steps from #893 in |
176005a to
6d04511
Compare
🔴 Review: Changes RequestedThis PR delivers none of the 9 acceptance criteria from #893. It only modifies one test file ( The production file
The single committed change (updating the ping test assertion) is a forward-looking test for code that doesn't exist yet, and it fails right now. Required: implement all 9 steps from the issue in |
6d04511 to
ff9b1ab
Compare
Review: changes requested ❌This PR delivers none of the 9 acceptance criteria from issue #893. The entire implementation is missing. What was delivered
What is missing (all of it)The PR makes zero changes to
The test is a red testThe updated ping assertion expects Required fixImplement all 9 steps from issue #893 in |
ff9b1ab to
db672c7
Compare
db672c7 to
26842cd
Compare
Review: changes requestedThis PR modifies only one file ( Acceptance criteria not met (7 of 9):
What needs to happenAll 9 steps from issue #893 need to be implemented. The issue has a complete step-by-step plan. The key changes:
|
The ok() helper now adds resultType and _meta with serverInfo to every result per the MCP v2 spec. Updated the ping test expectation to match.
26842cd to
9defce1
Compare
Closes #893
Changes
Verification
pnpm buildpassespnpm lintpassespnpm testpasses