UNPKG

rui-weather-service-api

Version:

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

11 lines 261 B
#!/usr/bin/env node import { Command } from 'commander'; /** * Sets up the CLI program with all commands */ export declare function setupCli(): Command; /** * Run the CLI program */ export declare function runCli(): void; //# sourceMappingURL=index.d.ts.map