MCP git has missing script

I am trying to run the command npm run dev but i am getting the following error message
prashanths-mbp:MCP-For-Beginners prashanthknrao$ npm start
npm ERR! Missing script: “start”
npm ERR!
npm ERR! Did you mean one of these?
npm ERR! npm star # Mark your favorite packages
npm ERR! npm stars # View packages marked as favorites
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/prashanthknrao/.npm/_logs/2025-08-08T02_44_30_471Z-debug.log
prashanths-mbp:MCP-For-Beginners prashanthknrao$ npm run dev
npm ERR! Missing script: “dev”
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run

Could you please give us:

  1. A link to the lab in the course, and
  2. A link to the repo you’re referring to.

I’m not sure what would be in package.json, but I’d guess it will be relevant.

OK, there are multiple directories you could be in. Which sub-project in the repo are you in?