
Create your first MCP server using the MCP Framework. Guide to testing/debugging with MCP Inspector.
Introduction Hi everyone, recently I’ve seen people talking about MCP (Model Context Protocol) everywhere. From AI assistants and tool-calling to extensions, MCP keeps popping up 😐. Since I’m currently learning it too, I want to share how to build your first MCP server using MCP Framework . After that, we’ll test it with MCP Inspector , then finally add it to an MCP host — in this case, Copilot. Goals of this article: Understand MCP at its core: what it is, what problem it solves, and how its architecture works. Build a practical MCP server where, when a user asks for the current gold price, the Agent calls our MCP tool and returns a formatted response. Implementation steps: 1) Why MCP was created 2) Build an MCP server with MCP Framework 3) Create a GoldPriceTool to fetch gold prices 4) Test/Debug with MCP Inspector 5) Set up Add MCP Server in Visual Studio Code 1) Why MCP was created Before using MCP servers from large ecosystems (Docker MCP, Figma MCP, Chrome DevTools MCP, ...), we
Continue reading on Dev.to Tutorial
Opens in a new tab



