WEEK 2 · LESSON 17 · TOPIC 4 OF 7 · Stage 3: Build a Custom Weather Server

Stage 3: Build a Custom Weather Server

Lesson progress

0% Complete

SECTION 1 OF 1

In this topic · 1 sections
  1. Overview

Overview

Use a Python template to create a weather MCP server that responds to natural-language questions such as asking for the weather in a city. Use the MCP SDK, configure debugging with MCP Inspector, and run the server beside the agent in Visual Studio Code.

This stage includes learning the project structure, updating dependencies, creating launch configurations and background tasks, and testing the server with both the agent builder and the

Inspector.