关于
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