You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
658 B
YAML
30 lines
658 B
YAML
|
6 months ago
|
name: weather-mcp-server
|
||
|
|
displayName: Weather MCP Server
|
||
|
|
description: Real-time weather query MCP server based on HelloAgents framework
|
||
|
|
version: 1.0.0
|
||
|
|
author: HelloAgents Team
|
||
|
|
homepage: https://github.com/yourusername/weather-mcp-server
|
||
|
|
license: MIT
|
||
|
|
categories:
|
||
|
|
- weather
|
||
|
|
- data
|
||
|
|
tags:
|
||
|
|
- weather
|
||
|
|
- real-time
|
||
|
|
- helloagents
|
||
|
|
- wttr
|
||
|
|
runtime: container
|
||
|
|
build:
|
||
|
|
dockerfile: Dockerfile
|
||
|
|
dockerBuildPath: .
|
||
|
|
startCommand:
|
||
|
|
type: http
|
||
|
|
tools:
|
||
|
|
- name: get_weather
|
||
|
|
description: Get current weather for a city
|
||
|
|
- name: list_supported_cities
|
||
|
|
description: List all supported cities
|
||
|
|
- name: get_server_info
|
||
|
|
description: Get server information
|
||
|
|
|