Provides a minimal MCP tool server with weather and greeting functionalities, integrated with a LangChain agent for dynamic tool discovery.
Sponsored
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.
주요 기능
01MCP server built with `fastmcp`
02Provides `/get_today_weather` tool for weather summaries
03Offers `/greet` tool for personalized greetings
04Includes a LangChain agent for automatic tool discovery and invocation
050 GitHub stars
사용 사례
01Learning to build custom tools for AI agents
02Developing proof-of-concept AI agent applications
03Experimenting with LangChain's tool integration capabilities