Hands-on
Provides weather alert information for US states by leveraging the National Weather Service (NWS) API.
소개
Hands-on provides a simple server that delivers weather alert information for US states using the National Weather Service (NWS) API. It includes an example client application demonstrating interaction with the server via the `mcp_use` library, showcasing how to build an MCP server using `fastmcp`. The server fetches and formats active weather alerts, while the client integrates conversation memory and showcases LLM integration, providing a practical example of MCP implementation.
주요 기능
- Fetches and formats weather alerts for US states.
- Built with `fastmcp` library.
- Includes a client application for server interaction.
- Integrates conversation memory.
- Example showcases LLM integration with Langchain.
- 0 GitHub stars
사용 사례
- Retrieving real-time weather alerts for specific US states.
- Demonstrating MCP server implementation using `fastmcp`.
- Building client applications that interact with MCP servers.