README.md•1.09 kB
# Boilerplate MCP
This repository follow the tutorial [here](https://github.com/modelcontextprotocol/python-sdk?tab=readme-ov-file#server)
## From Zero to Hero
There are many resources out there teaching you about MCP.
What I have found is it usually an overview, thus too simple.
Anyhow, they are great when you start to learn this new thing.
Hence, I recommend you this series of youtue videos for you to watch.
1. MCP In 26 Minutes (Model Context Protocol): https://www.youtube.com/watch?v=kOhLoixrJXo
2. you need to learn MCP RIGHT NOW!! (Model Context Protocol): https://www.youtube.com/watch?v=GuTcle5edjk
They talk about MCP from overview/general use to developing (sort of vibe coding level).
Now, when it comes to an actual developing a MCP server, you will need to do the document reading yourself.
The only good place to do that is here: https://modelcontextprotocol.io
## This repository
This repository is the boilerplate/template for developing a MCP server.
It provides
1. Resources/steps for learning MCP
2. A devcontainer/environment setup for MCP server development