smithery.yaml 658 B

1234567891011121314151617181920212223242526272829
  1. name: weather-mcp-server
  2. displayName: Weather MCP Server
  3. description: Real-time weather query MCP server based on HelloAgents framework
  4. version: 1.0.0
  5. author: HelloAgents Team
  6. homepage: https://github.com/yourusername/weather-mcp-server
  7. license: MIT
  8. categories:
  9. - weather
  10. - data
  11. tags:
  12. - weather
  13. - real-time
  14. - helloagents
  15. - wttr
  16. runtime: container
  17. build:
  18. dockerfile: Dockerfile
  19. dockerBuildPath: .
  20. startCommand:
  21. type: http
  22. tools:
  23. - name: get_weather
  24. description: Get current weather for a city
  25. - name: list_supported_cities
  26. description: List all supported cities
  27. - name: get_server_info
  28. description: Get server information