Skip to content

Conversation

@antonpk1
Copy link
Collaborator

@antonpk1 antonpk1 commented Jan 7, 2026

Summary

Fixes the e2e test failure caused by video-resource-server importing from ../shared/server-utils.js which doesn't exist.

Changes

  • Added the standard server-utils.ts file to examples/video-resource-server/src/
  • Updated import path from ../shared/server-utils.js to ./src/server-utils.js
  • Simplified main() to use startServer(createServer) (the utility handles stdio mode internally)

Test Plan

  • Build succeeds locally
  • Server starts correctly
  • CI e2e tests pass

The server was importing from ../shared/server-utils.js which doesn't exist.
Added the standard server-utils.ts file (matching other examples) and updated
the import path to ./src/server-utils.js.
@pkg-pr-new
Copy link

pkg-pr-new bot commented Jan 7, 2026

Open in StackBlitz

npm i https://pkg.pr.new/modelcontextprotocol/ext-apps/@modelcontextprotocol/ext-apps@205

commit: dee17f2

Copy link
Collaborator

@ochafik ochafik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @antonpk1 !

@ochafik ochafik merged commit 7837a8c into main Jan 7, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants