Please review the following resources before lecture:
The fullstack_demo project includes a working Model Context Protocol (MCP) server that demonstrates how AI agents can interact with a real application.
The demo shows how to:
📂 MCP Server Route: lib/javascript/fullstack_demo/src/app/[transport]/route.ts
This file demonstrates:
createMcpHandlerwithMcpAuthcd lib/javascript/fullstack_demo
npm install
npm run dev
# In another terminal, connect an AI agent
npx -y mcp-remote http://localhost:3000/mcp
For detailed setup instructions and architecture details, see: