Add Airport Lounge List to Websites - #25
Open
jackculpan wants to merge 1 commit into
Open
Conversation
Member
|
Do you have a page on the site that talks about the WebMCP support, introduce the tools etc.? It'd be good to link to that instead. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Airport Lounge List to the Websites section.
It is a production airport lounge directory. Every page registers imperative
navigator.modelContexttools:get_current_page— read the current page as Markdownsearch_lounges— search the directory by name, airport, city, country or IATA codeget_airport_lounges— list an airport's lounges by IATA codeget_lounge_details— look up one lounge by slugnavigate_to— move to another page on the siteEach tool reads the Markdown twin the page already serves, so the agent and the human see the same content. Tools re-register on Turbo navigation and unregister through an
AbortSignal.Kept alphabetical within the section.