MCP Server notes from Coder Consortium
Tutorial says to run the following, but I couldn't get it to work:
npx -y @modelcontextprotocol/inspector npx -y tsx main.ts Actual command to run server:
npx @modelcontextprotocol/inspector -- npx tsx main.tsAdded to package.json so you can run
npm run inspectas a shortcut