Skip to content

Add FlightQueue to Websites - #26

Open
jackculpan wants to merge 1 commit into
webmachinelearning:mainfrom
Flight-Queue:add-flightqueue
Open

jackculpan wants to merge 1 commit into
webmachinelearning:mainfrom
Flight-Queue:add-flightqueue

Conversation

@jackculpan

Copy link
Copy Markdown

Adds FlightQueue to the Websites section.

FlightQueue registers four tools on navigator.modelContext from its airport pages:

  • get_airport_security_wait — live checkpoint waits, by terminal and checkpoint
  • get_airport_crowd_reports — recent traveller-submitted waits
  • get_faa_delays — current US ground stops and delay programmes
  • submit_airport_wait_report — files a wait the traveller has just observed

Each tool calls a same-origin endpoint with the visitor's own cookies, so an in-browser agent inherits exactly the entitlements of the signed-in user rather than needing a separate key.

The tool list is also declared statically at /.well-known/webmcp.json, so it is readable without a browser that has the API. The manifest and the page registration are generated from one source, so they cannot drift.

@anssiko

anssiko commented Sep 2, 2026

Copy link
Copy Markdown
Member

Similarly here, would be good to see the developer-oriented WebMCP story.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants