Weather Hello
byjosjen
0Provides a minimal MCP tool server with weather and greeting functionalities, integrated with a LangChain agent for dynamic tool discovery.
概要
Weather Hello offers a compact demonstration of an MCP tool server, illustrating how to construct and expose custom functionalities such as weather forecasts and personalized greetings. It features a robust server built using the `fastmcp` framework and is designed for seamless interaction with a LangChain agent. This agent can autonomously discover and invoke the exposed tools, serving as a foundational example for developers looking to build and integrate sophisticated AI-driven applications.
主な機能
- MCP server built with `fastmcp`
- Provides `/get_today_weather` tool for weather summaries
- Offers `/greet` tool for personalized greetings
- Includes a LangChain agent for automatic tool discovery and invocation
- 0 GitHub stars
ユースケース
- Learning to build custom tools for AI agents
- Developing proof-of-concept AI agent applications
- Experimenting with LangChain's tool integration capabilities