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.