Skip to content

myhendry/mcp-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TODOS

GETTING STARTED

Remember to set the specific api variable in your vercel/ai's useChat at web/next/src/app/page.tsx to point to the correct server

You can also set your preferred choice of llm at web/next/src/api/chat/route.ts

For Fastapi + Pydantic AI + Nextjs

bun run dev:pydantic

<!-- fastapi dev main.py -->

For Vercel/ai and MCP

Go to web/next

bun run dev:mcp // the script will run all the folders using concurrently

To run separately (not recommended)

<!-- frontend -->

bun run dev

<!-- api-fulfillment -->

bun run dev

<!-- api-products -->

bun run dev

<!-- mcp-server-js -->

node src/sse-server.js

node src/stdio-server.js

<!-- demo-mcp-server -->

node src/server.js

About

reference https://www.youtube.com/watch?v=eD0uBLr-eP8&t=71s Jack Herrington youtube video Applied Model Context Protocol (MCP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published