Build a custom mcp server in 15 mins
Jack Herrington
0:00 / 0:00
Build a custom mcp server in 15 mins
47 035 просмотров · 1 год назад
Jack Herrington
210 тыс. подписчиков
47 035 просмотров · 1 год назад
Let's build an MCP STDIO server from scratch to understand how the the Model Context Protocol actually functions.
Part 1: Server - This video
Part 2: Client - • Part 2 - MCP Client Setup in 10 Minutes
Part 3: AI - • DIY MCP Part 3: AI Tool Calling
Gist: https://gist.github.com/jherr/3535c82...
Code: https://github.com/jherr/diy-mcp/tree...
👉 ProNextJS Course: https://pronextjs.dev
👉 Don't forget to subscribe to this channel for more updates: https://bit.ly/2E7drfJ
👉 Discord server signup: / discord
👉 VS Code theme and font? Night Wolf [black] and BitstromWera Nerd Font Mono
👉 Terminal Theme and font? oh-my-posh with custom prompt and BitstromWera Nerd Font Mono
00:00 Introduction
05:52 What is STDIO?
06:59 STDIO in Node
08:02 DIY JSON-RPC
09:01 MCP Initialize
10:10 Adding Tools
13:29 Adding Resources
15:22 Adding Ping
15:52 Outroduction