The Great Trading Company — Dockyard Test Facility
Test harness for the Flight Tracker MCP widget. All data is pushed via postMessage — no real API calls in this test page.
| Tool | View | List | Drill Down | CRUD | Widget |
|---|---|---|---|---|---|
ft__get_flights_by_aircraft |
Flights by ICAO24 | Y — table of flights | — | Read only | Flight Tracker |
ft__get_aircraft_state |
Live State | — | — | Read only | Flight Tracker |
ft__get_airport_departures |
Airport Departures | Y — table + detail pane | Click row → detail panel | Read only | Flight Tracker |
ft__get_airport_arrivals |
Airport Arrivals | Y — table + detail pane | Click row → detail panel | Read only | Flight Tracker |
ft__get_aircraft_track |
Track / Waypoints | — | — | Read only | Flight Tracker |
Shows a table of historical flights for a given aircraft (ICAO24). Tool: ft__get_flights_by_aircraft
Shows real-time position, altitude, speed, heading. Tool: ft__get_aircraft_state
Departures table with click-to-expand detail pane. Tool: ft__get_airport_departures
Arrivals table with click-to-expand detail pane. Tool: ft__get_airport_arrivals
Waypoint summary — start/end position, waypoint count, timestamps. Tool: ft__get_aircraft_track
Simulates an OpenSky API error response.