Cloning https://github.com/vercel/examples.git and switching to starter/hono-mcp does not work.
Tried npm i and then vercel dev with defaults from the vercel cli and pointed to ./src
Running vc dev afterwards and visiting http://localhost:3000 returns the index.tsx as text
Moving indes from ./src to / makes it run.
Cloning https://github.com/vercel/examples.git and switching to starter/hono-mcp does not work.
Tried
npm iand thenvercel devwith defaults from the vercel cli and pointed to ./srcRunning
vc devafterwards and visiting http://localhost:3000 returns the index.tsx as textMoving indes from ./src to / makes it run.