UNPKG

mcp-openweathermap

Version:
6 lines 252 B
/** * HTTP Stream authenticator for FastMCP * Validates the OpenWeatherMap API key from the Authorization Bearer token */ export declare function httpStreamAuthenticator(request: any): Promise<Record<string, any>>; //# sourceMappingURL=http.d.ts.map