UNPKG

rui-weather-service-api

Version:

Weather API service with OpenWeatherMap integration - includes both standalone API and MCP server

7 lines 337 B
export { WeatherApiClient, weatherApi } from './api/weather-api.js'; export * from './formatters/weather-formatter.js'; export { server, startServer } from './server/mcp-server.js'; export * from './config/index.js'; export * from './types/index.js'; export { setupCli, runCli } from './cli/index.js'; //# sourceMappingURL=index.d.ts.map