MCPcopy
hub / github.com/vercel-labs/just-bash / WeatherCurrent

Interface WeatherCurrent

examples/executor-tools/multi-api-agent.ts:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34interface WeatherCurrent {
35 temperature_2m: number;
36 wind_speed_10m: number;
37 weather_code: number;
38 time: string;
39}
40
41interface WikiSummary {
42 title: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…