Meteo_MCP_server_tuto
This repository is a minimal tutorial for building and using an MCP (Model-Context-Protocol) server with FastMCP in Python. It demonstrates how to expose simple weather tools (get_coords, get_forecast) and use them directly in GitHub Copilot Chat in VS Code via the STDIO protocol — no extra API or plugin code required.
GitHub Stars
0
User Rating
Not Rated
Favorites
0
Views
32
Forks
0
Issues
0
Installation
Difficulty
BeginnerEstimated Time
5-10 minutes
Additional Resources
Related MCPs
kickstart-mcp
1
kickstart-mcp is an interactive tutorial designed to teach the Model Context Protocol (MCP). It guides users through every step from setting up MCP hosts to building servers and clients. With cross-platform support, it is accessible for beginners and offers a comprehensive understanding of MCP concepts.