关于
This tool serves as a minimal demo for an MCP-style JSON-RPC endpoint, specifically designed to provide weather information. It connects to the OpenWeatherMap API, retrieves raw weather data, and then returns a simplified result via its `getWeather(city)` capability. Ideal for educational purposes, it showcases basic server-side TypeScript development and external API integration, while also providing a clear example of implementing a JSON-RPC service.
主要功能
- Includes a basic client for testing
- Implements a minimal MCP-style JSON-RPC endpoint
- Exposes a `getWeather(city)` capability
- Integrates with OpenWeatherMap API for weather data
- Returns simplified weather results
- 0 GitHub stars
使用案例
- Learning server-side TypeScript development and external API integration
- Demonstrating MCP-style JSON-RPC endpoint implementation
- Educational purposes for building simple web services