v0.1.0
This commit is contained in:
37
README.md
Normal file
37
README.md
Normal file
@@ -0,0 +1,37 @@
|
||||
# MCP Weather Server
|
||||
|
||||
A simple MCP server that provides hourly weather forecasts using the AccuWeather API.
|
||||
|
||||
## Setup
|
||||
|
||||
1. Install dependencies using `uv`:
|
||||
```bash
|
||||
uv venv
|
||||
uv sync
|
||||
```
|
||||
|
||||
|
||||
## Running the Server
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"open_meteo_weather": {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## API Usage
|
||||
|
||||
### Get 7-dy Weather Forecast
|
||||
|
||||
Response:
|
||||
```json
|
||||
{
|
||||
|
||||
}
|
||||
```
|
||||
|
||||
## The API provides:
|
||||
Reference in New Issue
Block a user