mcp-weather-server-example
0
The Weather Service MCP Server project is designed to handle weather data using a note storage system. It allows users to add and summarize notes with optional styling options for summaries. The server is configured for efficient building, publishing, and debugging.
Weather Service MCP Server
A MCP weather server project
Components
Resources
- Implements a simple note storage system
- Custom note:// URI scheme for accessing individual notes
- Each note resource has a name, description and text/plain mimetype
Prompts
- summarize-notes: Creates summaries of all stored notes with an optional "style" argument for detail level
Tools
- add-note: Adds a new note to the server, updates server state, and notifies clients of resource changes
Development
- Commands to build, publish, and debug the server are provided