Weather Query MCP

by sunholdshen
Verified
name: weather-mcp-service description: 简单的天气查询MCP服务 environments: - name: production url: auto region: auto build: type: node version: 18 run: command: node index.js port: 3001 env: - name: PORT value: 3001 - name: OPENWEATHER_API_KEY secret: true mcp: manifest_path: /mcp-manifest.json