MCP Servers contd…
Resources and Prompts
-
Refer Here for official docs on mcp resources
-
Refer Here for changes done to implement a simple resource
-
Refer Here for the official docs of prompts
-
Refer Here for the changes to implement prompts
Lets build mcp server
- Lets assume we have ecommerce website and the data is stored in a database
- Lets start building an mcp server for the ecommerce website to perform
- Dynamic Sales Report
- Most Purchased Items
Lets go with the approach of generating dummy data using mcp
- Refer Here for the new mcp server boilerplate code
- Refer Here for the docker compose file
- Ensure docker desktop is installed and in running state
- cd into the folder where you have docker-compose.yml and execute
docker compose up -d
