@littlebearapps/australian-history-mcp 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +502 -0
- package/dist/clients/datagovau_client.d.ts +61 -0
- package/dist/clients/datagovau_client.d.ts.map +1 -0
- package/dist/clients/datagovau_client.js +421 -0
- package/dist/clients/datagovau_client.js.map +1 -0
- package/dist/clients/prov_client.d.ts +64 -0
- package/dist/clients/prov_client.d.ts.map +1 -0
- package/dist/clients/prov_client.js +393 -0
- package/dist/clients/prov_client.js.map +1 -0
- package/dist/clients/trove_client.d.ts +77 -0
- package/dist/clients/trove_client.d.ts.map +1 -0
- package/dist/clients/trove_client.js +374 -0
- package/dist/clients/trove_client.js.map +1 -0
- package/dist/core/base-client.d.ts +49 -0
- package/dist/core/base-client.d.ts.map +1 -0
- package/dist/core/base-client.js +116 -0
- package/dist/core/base-client.js.map +1 -0
- package/dist/core/base-source.d.ts +45 -0
- package/dist/core/base-source.d.ts.map +1 -0
- package/dist/core/base-source.js +19 -0
- package/dist/core/base-source.js.map +1 -0
- package/dist/core/harvest-runner.d.ts +26 -0
- package/dist/core/harvest-runner.d.ts.map +1 -0
- package/dist/core/harvest-runner.js +82 -0
- package/dist/core/harvest-runner.js.map +1 -0
- package/dist/core/index.d.ts +10 -0
- package/dist/core/index.d.ts.map +1 -0
- package/dist/core/index.js +14 -0
- package/dist/core/index.js.map +1 -0
- package/dist/core/types.d.ts +80 -0
- package/dist/core/types.d.ts.map +1 -0
- package/dist/core/types.js +52 -0
- package/dist/core/types.js.map +1 -0
- package/dist/index.d.ts +21 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +103 -0
- package/dist/index.js.map +1 -0
- package/dist/registry.d.ts +65 -0
- package/dist/registry.d.ts.map +1 -0
- package/dist/registry.js +112 -0
- package/dist/registry.js.map +1 -0
- package/dist/sources/acmi/client.d.ts +47 -0
- package/dist/sources/acmi/client.d.ts.map +1 -0
- package/dist/sources/acmi/client.js +131 -0
- package/dist/sources/acmi/client.js.map +1 -0
- package/dist/sources/acmi/index.d.ts +12 -0
- package/dist/sources/acmi/index.d.ts.map +1 -0
- package/dist/sources/acmi/index.js +35 -0
- package/dist/sources/acmi/index.js.map +1 -0
- package/dist/sources/acmi/tools/get-constellation.d.ts +6 -0
- package/dist/sources/acmi/tools/get-constellation.d.ts.map +1 -0
- package/dist/sources/acmi/tools/get-constellation.js +53 -0
- package/dist/sources/acmi/tools/get-constellation.js.map +1 -0
- package/dist/sources/acmi/tools/get-creator.d.ts +6 -0
- package/dist/sources/acmi/tools/get-creator.d.ts.map +1 -0
- package/dist/sources/acmi/tools/get-creator.js +52 -0
- package/dist/sources/acmi/tools/get-creator.js.map +1 -0
- package/dist/sources/acmi/tools/get-work.d.ts +6 -0
- package/dist/sources/acmi/tools/get-work.d.ts.map +1 -0
- package/dist/sources/acmi/tools/get-work.js +103 -0
- package/dist/sources/acmi/tools/get-work.js.map +1 -0
- package/dist/sources/acmi/tools/harvest.d.ts +6 -0
- package/dist/sources/acmi/tools/harvest.d.ts.map +1 -0
- package/dist/sources/acmi/tools/harvest.js +95 -0
- package/dist/sources/acmi/tools/harvest.js.map +1 -0
- package/dist/sources/acmi/tools/list-constellations.d.ts +6 -0
- package/dist/sources/acmi/tools/list-constellations.d.ts.map +1 -0
- package/dist/sources/acmi/tools/list-constellations.js +44 -0
- package/dist/sources/acmi/tools/list-constellations.js.map +1 -0
- package/dist/sources/acmi/tools/list-creators.d.ts +6 -0
- package/dist/sources/acmi/tools/list-creators.d.ts.map +1 -0
- package/dist/sources/acmi/tools/list-creators.js +46 -0
- package/dist/sources/acmi/tools/list-creators.js.map +1 -0
- package/dist/sources/acmi/tools/search-works.d.ts +6 -0
- package/dist/sources/acmi/tools/search-works.d.ts.map +1 -0
- package/dist/sources/acmi/tools/search-works.js +73 -0
- package/dist/sources/acmi/tools/search-works.js.map +1 -0
- package/dist/sources/acmi/types.d.ts +135 -0
- package/dist/sources/acmi/types.d.ts.map +1 -0
- package/dist/sources/acmi/types.js +5 -0
- package/dist/sources/acmi/types.js.map +1 -0
- package/dist/sources/ala/client.d.ts +79 -0
- package/dist/sources/ala/client.d.ts.map +1 -0
- package/dist/sources/ala/client.js +556 -0
- package/dist/sources/ala/client.js.map +1 -0
- package/dist/sources/ala/index.d.ts +12 -0
- package/dist/sources/ala/index.d.ts.map +1 -0
- package/dist/sources/ala/index.js +37 -0
- package/dist/sources/ala/index.js.map +1 -0
- package/dist/sources/ala/tools/get-species-list.d.ts +6 -0
- package/dist/sources/ala/tools/get-species-list.d.ts.map +1 -0
- package/dist/sources/ala/tools/get-species-list.js +56 -0
- package/dist/sources/ala/tools/get-species-list.js.map +1 -0
- package/dist/sources/ala/tools/get-species.d.ts +6 -0
- package/dist/sources/ala/tools/get-species.d.ts.map +1 -0
- package/dist/sources/ala/tools/get-species.js +81 -0
- package/dist/sources/ala/tools/get-species.js.map +1 -0
- package/dist/sources/ala/tools/harvest.d.ts +6 -0
- package/dist/sources/ala/tools/harvest.d.ts.map +1 -0
- package/dist/sources/ala/tools/harvest.js +133 -0
- package/dist/sources/ala/tools/harvest.js.map +1 -0
- package/dist/sources/ala/tools/list-species-lists.d.ts +6 -0
- package/dist/sources/ala/tools/list-species-lists.d.ts.map +1 -0
- package/dist/sources/ala/tools/list-species-lists.js +60 -0
- package/dist/sources/ala/tools/list-species-lists.js.map +1 -0
- package/dist/sources/ala/tools/match-name.d.ts +6 -0
- package/dist/sources/ala/tools/match-name.d.ts.map +1 -0
- package/dist/sources/ala/tools/match-name.js +66 -0
- package/dist/sources/ala/tools/match-name.js.map +1 -0
- package/dist/sources/ala/tools/search-images.d.ts +6 -0
- package/dist/sources/ala/tools/search-images.d.ts.map +1 -0
- package/dist/sources/ala/tools/search-images.js +64 -0
- package/dist/sources/ala/tools/search-images.js.map +1 -0
- package/dist/sources/ala/tools/search-occurrences.d.ts +6 -0
- package/dist/sources/ala/tools/search-occurrences.d.ts.map +1 -0
- package/dist/sources/ala/tools/search-occurrences.js +134 -0
- package/dist/sources/ala/tools/search-occurrences.js.map +1 -0
- package/dist/sources/ala/tools/search-species.d.ts +6 -0
- package/dist/sources/ala/tools/search-species.d.ts.map +1 -0
- package/dist/sources/ala/tools/search-species.js +68 -0
- package/dist/sources/ala/tools/search-species.js.map +1 -0
- package/dist/sources/ala/types.d.ts +255 -0
- package/dist/sources/ala/types.d.ts.map +1 -0
- package/dist/sources/ala/types.js +7 -0
- package/dist/sources/ala/types.js.map +1 -0
- package/dist/sources/datagovau/client.d.ts +68 -0
- package/dist/sources/datagovau/client.d.ts.map +1 -0
- package/dist/sources/datagovau/client.js +344 -0
- package/dist/sources/datagovau/client.js.map +1 -0
- package/dist/sources/datagovau/index.d.ts +12 -0
- package/dist/sources/datagovau/index.d.ts.map +1 -0
- package/dist/sources/datagovau/index.js +37 -0
- package/dist/sources/datagovau/index.js.map +1 -0
- package/dist/sources/datagovau/tools/autocomplete.d.ts +6 -0
- package/dist/sources/datagovau/tools/autocomplete.d.ts.map +1 -0
- package/dist/sources/datagovau/tools/autocomplete.js +49 -0
- package/dist/sources/datagovau/tools/autocomplete.js.map +1 -0
- package/dist/sources/datagovau/tools/browse.d.ts +25 -0
- package/dist/sources/datagovau/tools/browse.d.ts.map +1 -0
- package/dist/sources/datagovau/tools/browse.js +205 -0
- package/dist/sources/datagovau/tools/browse.js.map +1 -0
- package/dist/sources/datagovau/tools/dataset.d.ts +17 -0
- package/dist/sources/datagovau/tools/dataset.d.ts.map +1 -0
- package/dist/sources/datagovau/tools/dataset.js +177 -0
- package/dist/sources/datagovau/tools/dataset.js.map +1 -0
- package/dist/sources/datagovau/tools/harvest.d.ts +6 -0
- package/dist/sources/datagovau/tools/harvest.d.ts.map +1 -0
- package/dist/sources/datagovau/tools/harvest.js +99 -0
- package/dist/sources/datagovau/tools/harvest.js.map +1 -0
- package/dist/sources/datagovau/tools/search.d.ts +6 -0
- package/dist/sources/datagovau/tools/search.d.ts.map +1 -0
- package/dist/sources/datagovau/tools/search.js +85 -0
- package/dist/sources/datagovau/tools/search.js.map +1 -0
- package/dist/sources/datagovau/types.d.ts +81 -0
- package/dist/sources/datagovau/types.d.ts.map +1 -0
- package/dist/sources/datagovau/types.js +5 -0
- package/dist/sources/datagovau/types.js.map +1 -0
- package/dist/sources/ga-hap/client.d.ts +65 -0
- package/dist/sources/ga-hap/client.d.ts.map +1 -0
- package/dist/sources/ga-hap/client.js +247 -0
- package/dist/sources/ga-hap/client.js.map +1 -0
- package/dist/sources/ga-hap/index.d.ts +12 -0
- package/dist/sources/ga-hap/index.d.ts.map +1 -0
- package/dist/sources/ga-hap/index.js +23 -0
- package/dist/sources/ga-hap/index.js.map +1 -0
- package/dist/sources/ga-hap/tools/get-photo.d.ts +6 -0
- package/dist/sources/ga-hap/tools/get-photo.d.ts.map +1 -0
- package/dist/sources/ga-hap/tools/get-photo.js +89 -0
- package/dist/sources/ga-hap/tools/get-photo.js.map +1 -0
- package/dist/sources/ga-hap/tools/harvest.d.ts +6 -0
- package/dist/sources/ga-hap/tools/harvest.d.ts.map +1 -0
- package/dist/sources/ga-hap/tools/harvest.js +87 -0
- package/dist/sources/ga-hap/tools/harvest.js.map +1 -0
- package/dist/sources/ga-hap/tools/search.d.ts +6 -0
- package/dist/sources/ga-hap/tools/search.d.ts.map +1 -0
- package/dist/sources/ga-hap/tools/search.js +97 -0
- package/dist/sources/ga-hap/tools/search.js.map +1 -0
- package/dist/sources/ga-hap/types.d.ts +178 -0
- package/dist/sources/ga-hap/types.d.ts.map +1 -0
- package/dist/sources/ga-hap/types.js +30 -0
- package/dist/sources/ga-hap/types.js.map +1 -0
- package/dist/sources/iiif/client.d.ts +37 -0
- package/dist/sources/iiif/client.d.ts.map +1 -0
- package/dist/sources/iiif/client.js +142 -0
- package/dist/sources/iiif/client.js.map +1 -0
- package/dist/sources/iiif/index.d.ts +18 -0
- package/dist/sources/iiif/index.d.ts.map +1 -0
- package/dist/sources/iiif/index.js +31 -0
- package/dist/sources/iiif/index.js.map +1 -0
- package/dist/sources/iiif/tools/get-image-url.d.ts +9 -0
- package/dist/sources/iiif/tools/get-image-url.d.ts.map +1 -0
- package/dist/sources/iiif/tools/get-image-url.js +101 -0
- package/dist/sources/iiif/tools/get-image-url.js.map +1 -0
- package/dist/sources/iiif/tools/get-manifest.d.ts +9 -0
- package/dist/sources/iiif/tools/get-manifest.d.ts.map +1 -0
- package/dist/sources/iiif/tools/get-manifest.js +87 -0
- package/dist/sources/iiif/tools/get-manifest.js.map +1 -0
- package/dist/sources/iiif/types.d.ts +123 -0
- package/dist/sources/iiif/types.d.ts.map +1 -0
- package/dist/sources/iiif/types.js +26 -0
- package/dist/sources/iiif/types.js.map +1 -0
- package/dist/sources/museums-victoria/client.d.ts +64 -0
- package/dist/sources/museums-victoria/client.d.ts.map +1 -0
- package/dist/sources/museums-victoria/client.js +358 -0
- package/dist/sources/museums-victoria/client.js.map +1 -0
- package/dist/sources/museums-victoria/index.d.ts +12 -0
- package/dist/sources/museums-victoria/index.d.ts.map +1 -0
- package/dist/sources/museums-victoria/index.js +30 -0
- package/dist/sources/museums-victoria/index.js.map +1 -0
- package/dist/sources/museums-victoria/tools/harvest.d.ts +6 -0
- package/dist/sources/museums-victoria/tools/harvest.d.ts.map +1 -0
- package/dist/sources/museums-victoria/tools/harvest.js +120 -0
- package/dist/sources/museums-victoria/tools/harvest.js.map +1 -0
- package/dist/sources/museums-victoria/tools/records.d.ts +21 -0
- package/dist/sources/museums-victoria/tools/records.d.ts.map +1 -0
- package/dist/sources/museums-victoria/tools/records.js +225 -0
- package/dist/sources/museums-victoria/tools/records.js.map +1 -0
- package/dist/sources/museums-victoria/tools/search.d.ts +6 -0
- package/dist/sources/museums-victoria/tools/search.d.ts.map +1 -0
- package/dist/sources/museums-victoria/tools/search.js +147 -0
- package/dist/sources/museums-victoria/tools/search.js.map +1 -0
- package/dist/sources/museums-victoria/types.d.ts +153 -0
- package/dist/sources/museums-victoria/types.d.ts.map +1 -0
- package/dist/sources/museums-victoria/types.js +5 -0
- package/dist/sources/museums-victoria/types.js.map +1 -0
- package/dist/sources/nma/client.d.ts +52 -0
- package/dist/sources/nma/client.d.ts.map +1 -0
- package/dist/sources/nma/client.js +175 -0
- package/dist/sources/nma/client.js.map +1 -0
- package/dist/sources/nma/index.d.ts +12 -0
- package/dist/sources/nma/index.d.ts.map +1 -0
- package/dist/sources/nma/index.js +39 -0
- package/dist/sources/nma/index.js.map +1 -0
- package/dist/sources/nma/tools/get-media.d.ts +6 -0
- package/dist/sources/nma/tools/get-media.d.ts.map +1 -0
- package/dist/sources/nma/tools/get-media.js +58 -0
- package/dist/sources/nma/tools/get-media.js.map +1 -0
- package/dist/sources/nma/tools/get-object.d.ts +6 -0
- package/dist/sources/nma/tools/get-object.d.ts.map +1 -0
- package/dist/sources/nma/tools/get-object.js +83 -0
- package/dist/sources/nma/tools/get-object.js.map +1 -0
- package/dist/sources/nma/tools/get-party.d.ts +6 -0
- package/dist/sources/nma/tools/get-party.d.ts.map +1 -0
- package/dist/sources/nma/tools/get-party.js +63 -0
- package/dist/sources/nma/tools/get-party.js.map +1 -0
- package/dist/sources/nma/tools/get-place.d.ts +6 -0
- package/dist/sources/nma/tools/get-place.d.ts.map +1 -0
- package/dist/sources/nma/tools/get-place.js +50 -0
- package/dist/sources/nma/tools/get-place.js.map +1 -0
- package/dist/sources/nma/tools/harvest.d.ts +6 -0
- package/dist/sources/nma/tools/harvest.d.ts.map +1 -0
- package/dist/sources/nma/tools/harvest.js +91 -0
- package/dist/sources/nma/tools/harvest.js.map +1 -0
- package/dist/sources/nma/tools/search-media.d.ts +6 -0
- package/dist/sources/nma/tools/search-media.d.ts.map +1 -0
- package/dist/sources/nma/tools/search-media.js +66 -0
- package/dist/sources/nma/tools/search-media.js.map +1 -0
- package/dist/sources/nma/tools/search-objects.d.ts +6 -0
- package/dist/sources/nma/tools/search-objects.d.ts.map +1 -0
- package/dist/sources/nma/tools/search-objects.js +70 -0
- package/dist/sources/nma/tools/search-objects.js.map +1 -0
- package/dist/sources/nma/tools/search-parties.d.ts +6 -0
- package/dist/sources/nma/tools/search-parties.d.ts.map +1 -0
- package/dist/sources/nma/tools/search-parties.js +64 -0
- package/dist/sources/nma/tools/search-parties.js.map +1 -0
- package/dist/sources/nma/tools/search-places.d.ts +6 -0
- package/dist/sources/nma/tools/search-places.d.ts.map +1 -0
- package/dist/sources/nma/tools/search-places.js +53 -0
- package/dist/sources/nma/tools/search-places.js.map +1 -0
- package/dist/sources/nma/types.d.ts +135 -0
- package/dist/sources/nma/types.d.ts.map +1 -0
- package/dist/sources/nma/types.js +5 -0
- package/dist/sources/nma/types.js.map +1 -0
- package/dist/sources/pm-transcripts/client.d.ts +39 -0
- package/dist/sources/pm-transcripts/client.d.ts.map +1 -0
- package/dist/sources/pm-transcripts/client.js +192 -0
- package/dist/sources/pm-transcripts/client.js.map +1 -0
- package/dist/sources/pm-transcripts/index.d.ts +13 -0
- package/dist/sources/pm-transcripts/index.d.ts.map +1 -0
- package/dist/sources/pm-transcripts/index.js +23 -0
- package/dist/sources/pm-transcripts/index.js.map +1 -0
- package/dist/sources/pm-transcripts/tools/get-transcript.d.ts +6 -0
- package/dist/sources/pm-transcripts/tools/get-transcript.d.ts.map +1 -0
- package/dist/sources/pm-transcripts/tools/get-transcript.js +52 -0
- package/dist/sources/pm-transcripts/tools/get-transcript.js.map +1 -0
- package/dist/sources/pm-transcripts/tools/harvest.d.ts +9 -0
- package/dist/sources/pm-transcripts/tools/harvest.d.ts.map +1 -0
- package/dist/sources/pm-transcripts/tools/harvest.js +213 -0
- package/dist/sources/pm-transcripts/tools/harvest.js.map +1 -0
- package/dist/sources/pm-transcripts/types.d.ts +54 -0
- package/dist/sources/pm-transcripts/types.d.ts.map +1 -0
- package/dist/sources/pm-transcripts/types.js +8 -0
- package/dist/sources/pm-transcripts/types.js.map +1 -0
- package/dist/sources/prov/client.d.ts +46 -0
- package/dist/sources/prov/client.d.ts.map +1 -0
- package/dist/sources/prov/client.js +297 -0
- package/dist/sources/prov/client.js.map +1 -0
- package/dist/sources/prov/index.d.ts +12 -0
- package/dist/sources/prov/index.d.ts.map +1 -0
- package/dist/sources/prov/index.js +31 -0
- package/dist/sources/prov/index.js.map +1 -0
- package/dist/sources/prov/tools/get-agency.d.ts +6 -0
- package/dist/sources/prov/tools/get-agency.d.ts.map +1 -0
- package/dist/sources/prov/tools/get-agency.js +49 -0
- package/dist/sources/prov/tools/get-agency.js.map +1 -0
- package/dist/sources/prov/tools/get-series.d.ts +6 -0
- package/dist/sources/prov/tools/get-series.d.ts.map +1 -0
- package/dist/sources/prov/tools/get-series.js +51 -0
- package/dist/sources/prov/tools/get-series.js.map +1 -0
- package/dist/sources/prov/tools/harvest.d.ts +6 -0
- package/dist/sources/prov/tools/harvest.d.ts.map +1 -0
- package/dist/sources/prov/tools/harvest.js +112 -0
- package/dist/sources/prov/tools/harvest.js.map +1 -0
- package/dist/sources/prov/tools/images.d.ts +9 -0
- package/dist/sources/prov/tools/images.d.ts.map +1 -0
- package/dist/sources/prov/tools/images.js +67 -0
- package/dist/sources/prov/tools/images.js.map +1 -0
- package/dist/sources/prov/tools/search.d.ts +6 -0
- package/dist/sources/prov/tools/search.d.ts.map +1 -0
- package/dist/sources/prov/tools/search.js +103 -0
- package/dist/sources/prov/tools/search.js.map +1 -0
- package/dist/sources/prov/types.d.ts +75 -0
- package/dist/sources/prov/types.d.ts.map +1 -0
- package/dist/sources/prov/types.js +31 -0
- package/dist/sources/prov/types.js.map +1 -0
- package/dist/sources/trove/client.d.ts +128 -0
- package/dist/sources/trove/client.d.ts.map +1 -0
- package/dist/sources/trove/client.js +1008 -0
- package/dist/sources/trove/client.js.map +1 -0
- package/dist/sources/trove/index.d.ts +12 -0
- package/dist/sources/trove/index.d.ts.map +1 -0
- package/dist/sources/trove/index.js +53 -0
- package/dist/sources/trove/index.js.map +1 -0
- package/dist/sources/trove/tools/get-contributor.d.ts +6 -0
- package/dist/sources/trove/tools/get-contributor.d.ts.map +1 -0
- package/dist/sources/trove/tools/get-contributor.js +54 -0
- package/dist/sources/trove/tools/get-contributor.js.map +1 -0
- package/dist/sources/trove/tools/get-list.d.ts +6 -0
- package/dist/sources/trove/tools/get-list.d.ts.map +1 -0
- package/dist/sources/trove/tools/get-list.js +95 -0
- package/dist/sources/trove/tools/get-list.js.map +1 -0
- package/dist/sources/trove/tools/get-magazine-title.d.ts +6 -0
- package/dist/sources/trove/tools/get-magazine-title.d.ts.map +1 -0
- package/dist/sources/trove/tools/get-magazine-title.js +96 -0
- package/dist/sources/trove/tools/get-magazine-title.js.map +1 -0
- package/dist/sources/trove/tools/get-person.d.ts +6 -0
- package/dist/sources/trove/tools/get-person.d.ts.map +1 -0
- package/dist/sources/trove/tools/get-person.js +64 -0
- package/dist/sources/trove/tools/get-person.js.map +1 -0
- package/dist/sources/trove/tools/get-work.d.ts +6 -0
- package/dist/sources/trove/tools/get-work.d.ts.map +1 -0
- package/dist/sources/trove/tools/get-work.js +104 -0
- package/dist/sources/trove/tools/get-work.js.map +1 -0
- package/dist/sources/trove/tools/harvest.d.ts +6 -0
- package/dist/sources/trove/tools/harvest.d.ts.map +1 -0
- package/dist/sources/trove/tools/harvest.js +127 -0
- package/dist/sources/trove/tools/harvest.js.map +1 -0
- package/dist/sources/trove/tools/list-contributors.d.ts +6 -0
- package/dist/sources/trove/tools/list-contributors.d.ts.map +1 -0
- package/dist/sources/trove/tools/list-contributors.js +59 -0
- package/dist/sources/trove/tools/list-contributors.js.map +1 -0
- package/dist/sources/trove/tools/list-magazine-titles.d.ts +6 -0
- package/dist/sources/trove/tools/list-magazine-titles.d.ts.map +1 -0
- package/dist/sources/trove/tools/list-magazine-titles.js +42 -0
- package/dist/sources/trove/tools/list-magazine-titles.js.map +1 -0
- package/dist/sources/trove/tools/newspaper.d.ts +17 -0
- package/dist/sources/trove/tools/newspaper.d.ts.map +1 -0
- package/dist/sources/trove/tools/newspaper.js +210 -0
- package/dist/sources/trove/tools/newspaper.js.map +1 -0
- package/dist/sources/trove/tools/search-people.d.ts +6 -0
- package/dist/sources/trove/tools/search-people.d.ts.map +1 -0
- package/dist/sources/trove/tools/search-people.js +72 -0
- package/dist/sources/trove/tools/search-people.js.map +1 -0
- package/dist/sources/trove/tools/search.d.ts +6 -0
- package/dist/sources/trove/tools/search.d.ts.map +1 -0
- package/dist/sources/trove/tools/search.js +219 -0
- package/dist/sources/trove/tools/search.js.map +1 -0
- package/dist/sources/trove/types.d.ts +257 -0
- package/dist/sources/trove/types.d.ts.map +1 -0
- package/dist/sources/trove/types.js +38 -0
- package/dist/sources/trove/types.js.map +1 -0
- package/dist/sources/vhd/client.d.ts +47 -0
- package/dist/sources/vhd/client.d.ts.map +1 -0
- package/dist/sources/vhd/client.js +158 -0
- package/dist/sources/vhd/client.js.map +1 -0
- package/dist/sources/vhd/index.d.ts +12 -0
- package/dist/sources/vhd/index.d.ts.map +1 -0
- package/dist/sources/vhd/index.js +39 -0
- package/dist/sources/vhd/index.js.map +1 -0
- package/dist/sources/vhd/tools/get-place.d.ts +6 -0
- package/dist/sources/vhd/tools/get-place.d.ts.map +1 -0
- package/dist/sources/vhd/tools/get-place.js +71 -0
- package/dist/sources/vhd/tools/get-place.js.map +1 -0
- package/dist/sources/vhd/tools/get-shipwreck.d.ts +6 -0
- package/dist/sources/vhd/tools/get-shipwreck.d.ts.map +1 -0
- package/dist/sources/vhd/tools/get-shipwreck.js +60 -0
- package/dist/sources/vhd/tools/get-shipwreck.js.map +1 -0
- package/dist/sources/vhd/tools/harvest.d.ts +6 -0
- package/dist/sources/vhd/tools/harvest.d.ts.map +1 -0
- package/dist/sources/vhd/tools/harvest.js +109 -0
- package/dist/sources/vhd/tools/harvest.js.map +1 -0
- package/dist/sources/vhd/tools/list-architectural-styles.d.ts +6 -0
- package/dist/sources/vhd/tools/list-architectural-styles.d.ts.map +1 -0
- package/dist/sources/vhd/tools/list-architectural-styles.js +33 -0
- package/dist/sources/vhd/tools/list-architectural-styles.js.map +1 -0
- package/dist/sources/vhd/tools/list-municipalities.d.ts +6 -0
- package/dist/sources/vhd/tools/list-municipalities.d.ts.map +1 -0
- package/dist/sources/vhd/tools/list-municipalities.js +33 -0
- package/dist/sources/vhd/tools/list-municipalities.js.map +1 -0
- package/dist/sources/vhd/tools/list-periods.d.ts +6 -0
- package/dist/sources/vhd/tools/list-periods.d.ts.map +1 -0
- package/dist/sources/vhd/tools/list-periods.js +33 -0
- package/dist/sources/vhd/tools/list-periods.js.map +1 -0
- package/dist/sources/vhd/tools/list-themes.d.ts +6 -0
- package/dist/sources/vhd/tools/list-themes.d.ts.map +1 -0
- package/dist/sources/vhd/tools/list-themes.js +34 -0
- package/dist/sources/vhd/tools/list-themes.js.map +1 -0
- package/dist/sources/vhd/tools/search-places.d.ts +6 -0
- package/dist/sources/vhd/tools/search-places.d.ts.map +1 -0
- package/dist/sources/vhd/tools/search-places.js +71 -0
- package/dist/sources/vhd/tools/search-places.js.map +1 -0
- package/dist/sources/vhd/tools/search-shipwrecks.d.ts +6 -0
- package/dist/sources/vhd/tools/search-shipwrecks.d.ts.map +1 -0
- package/dist/sources/vhd/tools/search-shipwrecks.js +52 -0
- package/dist/sources/vhd/tools/search-shipwrecks.js.map +1 -0
- package/dist/sources/vhd/types.d.ts +179 -0
- package/dist/sources/vhd/types.d.ts.map +1 -0
- package/dist/sources/vhd/types.js +5 -0
- package/dist/sources/vhd/types.js.map +1 -0
- package/dist/tools/datagovau_browse.d.ts +96 -0
- package/dist/tools/datagovau_browse.d.ts.map +1 -0
- package/dist/tools/datagovau_browse.js +297 -0
- package/dist/tools/datagovau_browse.js.map +1 -0
- package/dist/tools/datagovau_dataset.d.ts +79 -0
- package/dist/tools/datagovau_dataset.d.ts.map +1 -0
- package/dist/tools/datagovau_dataset.js +246 -0
- package/dist/tools/datagovau_dataset.js.map +1 -0
- package/dist/tools/datagovau_search.d.ts +58 -0
- package/dist/tools/datagovau_search.d.ts.map +1 -0
- package/dist/tools/datagovau_search.js +112 -0
- package/dist/tools/datagovau_search.js.map +1 -0
- package/dist/tools/harvest.d.ts +175 -0
- package/dist/tools/harvest.d.ts.map +1 -0
- package/dist/tools/harvest.js +426 -0
- package/dist/tools/harvest.js.map +1 -0
- package/dist/tools/prov_images.d.ts +38 -0
- package/dist/tools/prov_images.d.ts.map +1 -0
- package/dist/tools/prov_images.js +87 -0
- package/dist/tools/prov_images.js.map +1 -0
- package/dist/tools/prov_search.d.ts +60 -0
- package/dist/tools/prov_search.d.ts.map +1 -0
- package/dist/tools/prov_search.js +131 -0
- package/dist/tools/prov_search.js.map +1 -0
- package/dist/tools/trove_newspaper.d.ts +100 -0
- package/dist/tools/trove_newspaper.d.ts.map +1 -0
- package/dist/tools/trove_newspaper.js +282 -0
- package/dist/tools/trove_newspaper.js.map +1 -0
- package/dist/tools/trove_search.d.ts +62 -0
- package/dist/tools/trove_search.d.ts.map +1 -0
- package/dist/tools/trove_search.js +143 -0
- package/dist/tools/trove_search.js.map +1 -0
- package/dist/types.d.ts +231 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +5 -0
- package/dist/types.js.map +1 -0
- package/package.json +73 -0
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* VHD List Municipalities Tool - List all Victorian municipalities (LGAs)
|
|
3
|
+
*/
|
|
4
|
+
import { successResponse, errorResponse } from '../../../core/types.js';
|
|
5
|
+
import { vhdClient } from '../client.js';
|
|
6
|
+
export const vhdListMunicipalitiesTool = {
|
|
7
|
+
schema: {
|
|
8
|
+
name: 'vhd_list_municipalities',
|
|
9
|
+
description: 'List all Victorian municipalities (Local Government Areas) available for heritage place filtering. Use municipality IDs when searching for places.',
|
|
10
|
+
inputSchema: {
|
|
11
|
+
type: 'object',
|
|
12
|
+
properties: {},
|
|
13
|
+
required: [],
|
|
14
|
+
},
|
|
15
|
+
},
|
|
16
|
+
async execute() {
|
|
17
|
+
try {
|
|
18
|
+
const municipalities = await vhdClient.listMunicipalities();
|
|
19
|
+
return successResponse({
|
|
20
|
+
source: 'vhd',
|
|
21
|
+
count: municipalities.length,
|
|
22
|
+
municipalities: municipalities.map((m) => ({
|
|
23
|
+
id: m.id,
|
|
24
|
+
name: m.name,
|
|
25
|
+
})),
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
catch (error) {
|
|
29
|
+
return errorResponse(error);
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
//# sourceMappingURL=list-municipalities.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-municipalities.js","sourceRoot":"","sources":["../../../../src/sources/vhd/tools/list-municipalities.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACxE,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,MAAM,CAAC,MAAM,yBAAyB,GAAe;IACnD,MAAM,EAAE;QACN,IAAI,EAAE,yBAAyB;QAC/B,WAAW,EAAE,oJAAoJ;QACjK,WAAW,EAAE;YACX,IAAI,EAAE,QAAiB;YACvB,UAAU,EAAE,EAAE;YACd,QAAQ,EAAE,EAAE;SACb;KACF;IAED,KAAK,CAAC,OAAO;QACX,IAAI,CAAC;YACH,MAAM,cAAc,GAAG,MAAM,SAAS,CAAC,kBAAkB,EAAE,CAAC;YAE5D,OAAO,eAAe,CAAC;gBACrB,MAAM,EAAE,KAAK;gBACb,KAAK,EAAE,cAAc,CAAC,MAAM;gBAC5B,cAAc,EAAE,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;oBACzC,EAAE,EAAE,CAAC,CAAC,EAAE;oBACR,IAAI,EAAE,CAAC,CAAC,IAAI;iBACb,CAAC,CAAC;aACJ,CAAC,CAAC;QACL,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,OAAO,aAAa,CAAC,KAAK,CAAC,CAAC;QAC9B,CAAC;IACH,CAAC;CACF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-periods.d.ts","sourceRoot":"","sources":["../../../../src/sources/vhd/tools/list-periods.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAI/D,eAAO,MAAM,kBAAkB,EAAE,UA2BhC,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* VHD List Periods Tool - List all time periods for heritage classification
|
|
3
|
+
*/
|
|
4
|
+
import { successResponse, errorResponse } from '../../../core/types.js';
|
|
5
|
+
import { vhdClient } from '../client.js';
|
|
6
|
+
export const vhdListPeriodsTool = {
|
|
7
|
+
schema: {
|
|
8
|
+
name: 'vhd_list_periods',
|
|
9
|
+
description: 'List all time periods used to classify Victorian heritage places. Use period IDs when searching for places from specific eras.',
|
|
10
|
+
inputSchema: {
|
|
11
|
+
type: 'object',
|
|
12
|
+
properties: {},
|
|
13
|
+
required: [],
|
|
14
|
+
},
|
|
15
|
+
},
|
|
16
|
+
async execute() {
|
|
17
|
+
try {
|
|
18
|
+
const periods = await vhdClient.listPeriods();
|
|
19
|
+
return successResponse({
|
|
20
|
+
source: 'vhd',
|
|
21
|
+
count: periods.length,
|
|
22
|
+
periods: periods.map((p) => ({
|
|
23
|
+
id: p.id,
|
|
24
|
+
name: p.name,
|
|
25
|
+
})),
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
catch (error) {
|
|
29
|
+
return errorResponse(error);
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
//# sourceMappingURL=list-periods.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-periods.js","sourceRoot":"","sources":["../../../../src/sources/vhd/tools/list-periods.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACxE,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,MAAM,CAAC,MAAM,kBAAkB,GAAe;IAC5C,MAAM,EAAE;QACN,IAAI,EAAE,kBAAkB;QACxB,WAAW,EAAE,gIAAgI;QAC7I,WAAW,EAAE;YACX,IAAI,EAAE,QAAiB;YACvB,UAAU,EAAE,EAAE;YACd,QAAQ,EAAE,EAAE;SACb;KACF;IAED,KAAK,CAAC,OAAO;QACX,IAAI,CAAC;YACH,MAAM,OAAO,GAAG,MAAM,SAAS,CAAC,WAAW,EAAE,CAAC;YAE9C,OAAO,eAAe,CAAC;gBACrB,MAAM,EAAE,KAAK;gBACb,KAAK,EAAE,OAAO,CAAC,MAAM;gBACrB,OAAO,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;oBAC3B,EAAE,EAAE,CAAC,CAAC,EAAE;oBACR,IAAI,EAAE,CAAC,CAAC,IAAI;iBACb,CAAC,CAAC;aACJ,CAAC,CAAC;QACL,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,OAAO,aAAa,CAAC,KAAK,CAAC,CAAC;QAC9B,CAAC;IACH,CAAC;CACF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-themes.d.ts","sourceRoot":"","sources":["../../../../src/sources/vhd/tools/list-themes.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAI/D,eAAO,MAAM,iBAAiB,EAAE,UA4B/B,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* VHD List Themes Tool - List all heritage themes
|
|
3
|
+
*/
|
|
4
|
+
import { successResponse, errorResponse } from '../../../core/types.js';
|
|
5
|
+
import { vhdClient } from '../client.js';
|
|
6
|
+
export const vhdListThemesTool = {
|
|
7
|
+
schema: {
|
|
8
|
+
name: 'vhd_list_themes',
|
|
9
|
+
description: 'List all heritage themes used to categorise Victorian heritage places. Themes include topics like "Gold", "Pastoral", "Maritime", "Education", etc.',
|
|
10
|
+
inputSchema: {
|
|
11
|
+
type: 'object',
|
|
12
|
+
properties: {},
|
|
13
|
+
required: [],
|
|
14
|
+
},
|
|
15
|
+
},
|
|
16
|
+
async execute() {
|
|
17
|
+
try {
|
|
18
|
+
const themes = await vhdClient.listThemes();
|
|
19
|
+
return successResponse({
|
|
20
|
+
source: 'vhd',
|
|
21
|
+
count: themes.length,
|
|
22
|
+
themes: themes.map((t) => ({
|
|
23
|
+
id: t.id,
|
|
24
|
+
name: t.name,
|
|
25
|
+
description: t.description,
|
|
26
|
+
})),
|
|
27
|
+
});
|
|
28
|
+
}
|
|
29
|
+
catch (error) {
|
|
30
|
+
return errorResponse(error);
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=list-themes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-themes.js","sourceRoot":"","sources":["../../../../src/sources/vhd/tools/list-themes.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACxE,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,MAAM,CAAC,MAAM,iBAAiB,GAAe;IAC3C,MAAM,EAAE;QACN,IAAI,EAAE,iBAAiB;QACvB,WAAW,EAAE,qJAAqJ;QAClK,WAAW,EAAE;YACX,IAAI,EAAE,QAAiB;YACvB,UAAU,EAAE,EAAE;YACd,QAAQ,EAAE,EAAE;SACb;KACF;IAED,KAAK,CAAC,OAAO;QACX,IAAI,CAAC;YACH,MAAM,MAAM,GAAG,MAAM,SAAS,CAAC,UAAU,EAAE,CAAC;YAE5C,OAAO,eAAe,CAAC;gBACrB,MAAM,EAAE,KAAK;gBACb,KAAK,EAAE,MAAM,CAAC,MAAM;gBACpB,MAAM,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;oBACzB,EAAE,EAAE,CAAC,CAAC,EAAE;oBACR,IAAI,EAAE,CAAC,CAAC,IAAI;oBACZ,WAAW,EAAE,CAAC,CAAC,WAAW;iBAC3B,CAAC,CAAC;aACJ,CAAC,CAAC;QACL,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,OAAO,aAAa,CAAC,KAAK,CAAC,CAAC;QAC9B,CAAC;IACH,CAAC;CACF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-places.d.ts","sourceRoot":"","sources":["../../../../src/sources/vhd/tools/search-places.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAI/D,eAAO,MAAM,mBAAmB,EAAE,UAyEjC,CAAC"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* VHD Search Places Tool - Search Victorian heritage places
|
|
3
|
+
*/
|
|
4
|
+
import { successResponse, errorResponse } from '../../../core/types.js';
|
|
5
|
+
import { vhdClient } from '../client.js';
|
|
6
|
+
export const vhdSearchPlacesTool = {
|
|
7
|
+
schema: {
|
|
8
|
+
name: 'vhd_search_places',
|
|
9
|
+
description: 'Search Victorian Heritage Database for heritage places by name, location, or style. Returns registered heritage places across Victoria.',
|
|
10
|
+
inputSchema: {
|
|
11
|
+
type: 'object',
|
|
12
|
+
properties: {
|
|
13
|
+
query: {
|
|
14
|
+
type: 'string',
|
|
15
|
+
description: 'Search query (place name, location, or keyword)',
|
|
16
|
+
},
|
|
17
|
+
municipality: {
|
|
18
|
+
type: 'string',
|
|
19
|
+
description: 'Filter by municipality (e.g., "MELBOURNE CITY", "YARRA CITY")',
|
|
20
|
+
},
|
|
21
|
+
architecturalStyle: {
|
|
22
|
+
type: 'string',
|
|
23
|
+
description: 'Filter by architectural style (e.g., "Victorian Period (1851-1901)")',
|
|
24
|
+
},
|
|
25
|
+
period: {
|
|
26
|
+
type: 'string',
|
|
27
|
+
description: 'Filter by period (e.g., "1880 - 1909")',
|
|
28
|
+
},
|
|
29
|
+
limit: {
|
|
30
|
+
type: 'number',
|
|
31
|
+
description: 'Maximum results to return (1-100)',
|
|
32
|
+
default: 20,
|
|
33
|
+
},
|
|
34
|
+
},
|
|
35
|
+
required: [],
|
|
36
|
+
},
|
|
37
|
+
},
|
|
38
|
+
async execute(args) {
|
|
39
|
+
const input = args;
|
|
40
|
+
try {
|
|
41
|
+
const result = await vhdClient.searchPlaces({
|
|
42
|
+
query: input.query,
|
|
43
|
+
municipality: input.municipality,
|
|
44
|
+
architecturalStyle: input.architecturalStyle,
|
|
45
|
+
period: input.period,
|
|
46
|
+
limit: Math.min(input.limit ?? 20, 100),
|
|
47
|
+
});
|
|
48
|
+
const places = result._embedded?.places ?? [];
|
|
49
|
+
return successResponse({
|
|
50
|
+
source: 'vhd',
|
|
51
|
+
returned: places.length,
|
|
52
|
+
places: places.map((place) => ({
|
|
53
|
+
id: place.id,
|
|
54
|
+
name: place.name,
|
|
55
|
+
location: place.location,
|
|
56
|
+
summary: place.summary?.substring(0, 300),
|
|
57
|
+
heritageAuthority: place.heritage_authority_name,
|
|
58
|
+
vhrNumber: place.vhr_number,
|
|
59
|
+
overlays: place.overlay_numbers,
|
|
60
|
+
coordinates: place.latlon,
|
|
61
|
+
imageUrl: place.primary_image_url,
|
|
62
|
+
url: place.url,
|
|
63
|
+
})),
|
|
64
|
+
});
|
|
65
|
+
}
|
|
66
|
+
catch (error) {
|
|
67
|
+
return errorResponse(error);
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
};
|
|
71
|
+
//# sourceMappingURL=search-places.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-places.js","sourceRoot":"","sources":["../../../../src/sources/vhd/tools/search-places.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACxE,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,MAAM,CAAC,MAAM,mBAAmB,GAAe;IAC7C,MAAM,EAAE;QACN,IAAI,EAAE,mBAAmB;QACzB,WAAW,EAAE,yIAAyI;QACtJ,WAAW,EAAE;YACX,IAAI,EAAE,QAAiB;YACvB,UAAU,EAAE;gBACV,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;oBACd,WAAW,EAAE,iDAAiD;iBAC/D;gBACD,YAAY,EAAE;oBACZ,IAAI,EAAE,QAAQ;oBACd,WAAW,EAAE,+DAA+D;iBAC7E;gBACD,kBAAkB,EAAE;oBAClB,IAAI,EAAE,QAAQ;oBACd,WAAW,EAAE,sEAAsE;iBACpF;gBACD,MAAM,EAAE;oBACN,IAAI,EAAE,QAAQ;oBACd,WAAW,EAAE,wCAAwC;iBACtD;gBACD,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;oBACd,WAAW,EAAE,mCAAmC;oBAChD,OAAO,EAAE,EAAE;iBACZ;aACF;YACD,QAAQ,EAAE,EAAE;SACb;KACF;IAED,KAAK,CAAC,OAAO,CAAC,IAA6B;QACzC,MAAM,KAAK,GAAG,IAMb,CAAC;QAEF,IAAI,CAAC;YACH,MAAM,MAAM,GAAG,MAAM,SAAS,CAAC,YAAY,CAAC;gBAC1C,KAAK,EAAE,KAAK,CAAC,KAAK;gBAClB,YAAY,EAAE,KAAK,CAAC,YAAY;gBAChC,kBAAkB,EAAE,KAAK,CAAC,kBAAkB;gBAC5C,MAAM,EAAE,KAAK,CAAC,MAAM;gBACpB,KAAK,EAAE,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,KAAK,IAAI,EAAE,EAAE,GAAG,CAAC;aACxC,CAAC,CAAC;YAEH,MAAM,MAAM,GAAG,MAAM,CAAC,SAAS,EAAE,MAAM,IAAI,EAAE,CAAC;YAE9C,OAAO,eAAe,CAAC;gBACrB,MAAM,EAAE,KAAK;gBACb,QAAQ,EAAE,MAAM,CAAC,MAAM;gBACvB,MAAM,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;oBAC7B,EAAE,EAAE,KAAK,CAAC,EAAE;oBACZ,IAAI,EAAE,KAAK,CAAC,IAAI;oBAChB,QAAQ,EAAE,KAAK,CAAC,QAAQ;oBACxB,OAAO,EAAE,KAAK,CAAC,OAAO,EAAE,SAAS,CAAC,CAAC,EAAE,GAAG,CAAC;oBACzC,iBAAiB,EAAE,KAAK,CAAC,uBAAuB;oBAChD,SAAS,EAAE,KAAK,CAAC,UAAU;oBAC3B,QAAQ,EAAE,KAAK,CAAC,eAAe;oBAC/B,WAAW,EAAE,KAAK,CAAC,MAAM;oBACzB,QAAQ,EAAE,KAAK,CAAC,iBAAiB;oBACjC,GAAG,EAAE,KAAK,CAAC,GAAG;iBACf,CAAC,CAAC;aACJ,CAAC,CAAC;QACL,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,OAAO,aAAa,CAAC,KAAK,CAAC,CAAC;QAC9B,CAAC;IACH,CAAC;CACF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-shipwrecks.d.ts","sourceRoot":"","sources":["../../../../src/sources/vhd/tools/search-shipwrecks.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAI/D,eAAO,MAAM,uBAAuB,EAAE,UAmDrC,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* VHD Search Shipwrecks Tool - Search Victorian shipwrecks
|
|
3
|
+
*/
|
|
4
|
+
import { successResponse, errorResponse } from '../../../core/types.js';
|
|
5
|
+
import { vhdClient } from '../client.js';
|
|
6
|
+
export const vhdSearchShipwrecksTool = {
|
|
7
|
+
schema: {
|
|
8
|
+
name: 'vhd_search_shipwrecks',
|
|
9
|
+
description: 'Search Victorian Heritage Database for shipwrecks along the Victorian coast. Returns protected shipwreck sites and maritime heritage.',
|
|
10
|
+
inputSchema: {
|
|
11
|
+
type: 'object',
|
|
12
|
+
properties: {
|
|
13
|
+
query: {
|
|
14
|
+
type: 'string',
|
|
15
|
+
description: 'Search query (ship name, location, or keyword)',
|
|
16
|
+
},
|
|
17
|
+
limit: {
|
|
18
|
+
type: 'number',
|
|
19
|
+
description: 'Maximum results to return (1-100)',
|
|
20
|
+
default: 20,
|
|
21
|
+
},
|
|
22
|
+
},
|
|
23
|
+
required: [],
|
|
24
|
+
},
|
|
25
|
+
},
|
|
26
|
+
async execute(args) {
|
|
27
|
+
const input = args;
|
|
28
|
+
try {
|
|
29
|
+
const result = await vhdClient.searchShipwrecks({
|
|
30
|
+
query: input.query,
|
|
31
|
+
limit: Math.min(input.limit ?? 20, 100),
|
|
32
|
+
});
|
|
33
|
+
const shipwrecks = result._embedded?.shipwrecks ?? [];
|
|
34
|
+
return successResponse({
|
|
35
|
+
source: 'vhd',
|
|
36
|
+
returned: shipwrecks.length,
|
|
37
|
+
shipwrecks: shipwrecks.map((wreck) => ({
|
|
38
|
+
id: wreck.id,
|
|
39
|
+
name: wreck.name,
|
|
40
|
+
location: wreck.sw_location,
|
|
41
|
+
heritageAuthority: wreck.heritage_authority_name,
|
|
42
|
+
vhrNumber: wreck.vhr_number,
|
|
43
|
+
url: wreck.url,
|
|
44
|
+
})),
|
|
45
|
+
});
|
|
46
|
+
}
|
|
47
|
+
catch (error) {
|
|
48
|
+
return errorResponse(error);
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
};
|
|
52
|
+
//# sourceMappingURL=search-shipwrecks.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-shipwrecks.js","sourceRoot":"","sources":["../../../../src/sources/vhd/tools/search-shipwrecks.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACxE,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,MAAM,CAAC,MAAM,uBAAuB,GAAe;IACjD,MAAM,EAAE;QACN,IAAI,EAAE,uBAAuB;QAC7B,WAAW,EAAE,uIAAuI;QACpJ,WAAW,EAAE;YACX,IAAI,EAAE,QAAiB;YACvB,UAAU,EAAE;gBACV,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;oBACd,WAAW,EAAE,gDAAgD;iBAC9D;gBACD,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;oBACd,WAAW,EAAE,mCAAmC;oBAChD,OAAO,EAAE,EAAE;iBACZ;aACF;YACD,QAAQ,EAAE,EAAE;SACb;KACF;IAED,KAAK,CAAC,OAAO,CAAC,IAA6B;QACzC,MAAM,KAAK,GAAG,IAGb,CAAC;QAEF,IAAI,CAAC;YACH,MAAM,MAAM,GAAG,MAAM,SAAS,CAAC,gBAAgB,CAAC;gBAC9C,KAAK,EAAE,KAAK,CAAC,KAAK;gBAClB,KAAK,EAAE,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,KAAK,IAAI,EAAE,EAAE,GAAG,CAAC;aACxC,CAAC,CAAC;YAEH,MAAM,UAAU,GAAG,MAAM,CAAC,SAAS,EAAE,UAAU,IAAI,EAAE,CAAC;YAEtD,OAAO,eAAe,CAAC;gBACrB,MAAM,EAAE,KAAK;gBACb,QAAQ,EAAE,UAAU,CAAC,MAAM;gBAC3B,UAAU,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;oBACrC,EAAE,EAAE,KAAK,CAAC,EAAE;oBACZ,IAAI,EAAE,KAAK,CAAC,IAAI;oBAChB,QAAQ,EAAE,KAAK,CAAC,WAAW;oBAC3B,iBAAiB,EAAE,KAAK,CAAC,uBAAuB;oBAChD,SAAS,EAAE,KAAK,CAAC,UAAU;oBAC3B,GAAG,EAAE,KAAK,CAAC,GAAG;iBACf,CAAC,CAAC;aACJ,CAAC,CAAC;QACL,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,OAAO,aAAa,CAAC,KAAK,CAAC,CAAC;QAC9B,CAAC;IACH,CAAC;CACF,CAAC"}
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Victorian Heritage Database (VHD) API Types
|
|
3
|
+
*/
|
|
4
|
+
export interface VHDPlaceSearchParams {
|
|
5
|
+
/** Full-text search query */
|
|
6
|
+
query?: string;
|
|
7
|
+
/** Municipality filter */
|
|
8
|
+
municipality?: string;
|
|
9
|
+
/** Heritage authority filter */
|
|
10
|
+
heritageAuthority?: string;
|
|
11
|
+
/** Architectural style filter */
|
|
12
|
+
architecturalStyle?: string;
|
|
13
|
+
/** Period filter */
|
|
14
|
+
period?: string;
|
|
15
|
+
/** Page number (1-based) */
|
|
16
|
+
page?: number;
|
|
17
|
+
/** Results per page */
|
|
18
|
+
limit?: number;
|
|
19
|
+
}
|
|
20
|
+
export interface VHDShipwreckSearchParams {
|
|
21
|
+
/** Full-text search query */
|
|
22
|
+
query?: string;
|
|
23
|
+
/** Page number (1-based) */
|
|
24
|
+
page?: number;
|
|
25
|
+
/** Results per page */
|
|
26
|
+
limit?: number;
|
|
27
|
+
}
|
|
28
|
+
export interface VHDSearchResult<T> {
|
|
29
|
+
facets?: Record<string, Record<string, VHDFacetValue>>;
|
|
30
|
+
_links?: {
|
|
31
|
+
self?: {
|
|
32
|
+
href: string;
|
|
33
|
+
};
|
|
34
|
+
first?: {
|
|
35
|
+
href: string;
|
|
36
|
+
};
|
|
37
|
+
last?: {
|
|
38
|
+
href: string;
|
|
39
|
+
};
|
|
40
|
+
next?: {
|
|
41
|
+
href: string;
|
|
42
|
+
};
|
|
43
|
+
prev?: {
|
|
44
|
+
href: string;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
_embedded: {
|
|
48
|
+
places?: T[];
|
|
49
|
+
shipwrecks?: T[];
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
export interface VHDFacetValue {
|
|
53
|
+
id: string;
|
|
54
|
+
name: string;
|
|
55
|
+
count: number;
|
|
56
|
+
}
|
|
57
|
+
export interface VHDPlace {
|
|
58
|
+
id: number;
|
|
59
|
+
name: string;
|
|
60
|
+
latlon?: string;
|
|
61
|
+
summary?: string;
|
|
62
|
+
location?: string;
|
|
63
|
+
primary_image_id?: number;
|
|
64
|
+
primary_image_caption?: string;
|
|
65
|
+
primary_image_url?: string;
|
|
66
|
+
heritage_authority_id?: string;
|
|
67
|
+
heritage_authority_name?: string;
|
|
68
|
+
heritage_authority_brief?: string;
|
|
69
|
+
vhr_number?: string;
|
|
70
|
+
overlay_numbers?: string[];
|
|
71
|
+
score?: number;
|
|
72
|
+
url?: string;
|
|
73
|
+
heritage_authority_logo?: string;
|
|
74
|
+
_links?: {
|
|
75
|
+
self?: {
|
|
76
|
+
href: string;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
}
|
|
80
|
+
export interface VHDPlaceDetail extends VHDPlace {
|
|
81
|
+
description?: string;
|
|
82
|
+
history?: string;
|
|
83
|
+
date_created?: string;
|
|
84
|
+
date_modified?: string;
|
|
85
|
+
municipality?: {
|
|
86
|
+
id: number;
|
|
87
|
+
name: string;
|
|
88
|
+
};
|
|
89
|
+
architectural_style?: {
|
|
90
|
+
id: number;
|
|
91
|
+
name: string;
|
|
92
|
+
};
|
|
93
|
+
period?: {
|
|
94
|
+
id: number;
|
|
95
|
+
name: string;
|
|
96
|
+
};
|
|
97
|
+
/** Images keyed by ID (e.g., "1_44342") */
|
|
98
|
+
images?: Record<string, VHDImageDetail>;
|
|
99
|
+
}
|
|
100
|
+
export interface VHDImageDetail {
|
|
101
|
+
image_type?: string;
|
|
102
|
+
image_file?: string;
|
|
103
|
+
image_caption?: string;
|
|
104
|
+
image_by?: string;
|
|
105
|
+
image_id?: string;
|
|
106
|
+
image_url?: string;
|
|
107
|
+
}
|
|
108
|
+
export interface VHDShipwreck {
|
|
109
|
+
id: number;
|
|
110
|
+
name: string;
|
|
111
|
+
sw_location?: string;
|
|
112
|
+
heritage_authority_id?: string;
|
|
113
|
+
heritage_authority_name?: string;
|
|
114
|
+
heritage_authority_brief?: string;
|
|
115
|
+
vhr_number?: string;
|
|
116
|
+
score?: number;
|
|
117
|
+
url?: string;
|
|
118
|
+
_links?: {
|
|
119
|
+
self?: {
|
|
120
|
+
href: string;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
}
|
|
124
|
+
export interface VHDShipwreckDetail extends VHDShipwreck {
|
|
125
|
+
description?: string;
|
|
126
|
+
history?: string;
|
|
127
|
+
construction_date?: string;
|
|
128
|
+
loss_date?: string;
|
|
129
|
+
vessel_type?: string;
|
|
130
|
+
tonnage?: string;
|
|
131
|
+
length?: string;
|
|
132
|
+
cause_of_loss?: string;
|
|
133
|
+
cargo?: string;
|
|
134
|
+
crew?: string;
|
|
135
|
+
passengers?: string;
|
|
136
|
+
lives_lost?: string;
|
|
137
|
+
}
|
|
138
|
+
export interface VHDLookupItem {
|
|
139
|
+
id: number;
|
|
140
|
+
name: string;
|
|
141
|
+
/** Description for themes */
|
|
142
|
+
description?: string;
|
|
143
|
+
/** Count of places/records (if returned) */
|
|
144
|
+
count?: number;
|
|
145
|
+
}
|
|
146
|
+
export interface VHDLookupResponse {
|
|
147
|
+
_embedded?: {
|
|
148
|
+
local_government_authority?: VHDMunicipalityRaw[];
|
|
149
|
+
architectural_style?: VHDArchitecturalStyleRaw[];
|
|
150
|
+
themes?: VHDThemeRaw[];
|
|
151
|
+
period?: VHDPeriodRaw[];
|
|
152
|
+
};
|
|
153
|
+
}
|
|
154
|
+
export interface VHDMunicipalityRaw {
|
|
155
|
+
id: string;
|
|
156
|
+
lga_code: string;
|
|
157
|
+
lga_name: string;
|
|
158
|
+
lga_name_brief: string;
|
|
159
|
+
url?: string;
|
|
160
|
+
}
|
|
161
|
+
export interface VHDArchitecturalStyleRaw {
|
|
162
|
+
id: string;
|
|
163
|
+
architectural_style_name: string;
|
|
164
|
+
architectural_style_id?: string;
|
|
165
|
+
place_id?: string;
|
|
166
|
+
comment?: string;
|
|
167
|
+
sort_order?: string;
|
|
168
|
+
}
|
|
169
|
+
export interface VHDThemeRaw {
|
|
170
|
+
id: string;
|
|
171
|
+
name: string;
|
|
172
|
+
}
|
|
173
|
+
export interface VHDPeriodRaw {
|
|
174
|
+
id: string;
|
|
175
|
+
start_year: string;
|
|
176
|
+
end_year: string;
|
|
177
|
+
image_image_id?: string;
|
|
178
|
+
}
|
|
179
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/sources/vhd/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/sources/vhd/types.ts"],"names":[],"mappings":"AAAA;;GAEG"}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* data.gov.au Browse Tools - Explore organisations, groups, and tags
|
|
3
|
+
*/
|
|
4
|
+
import type { MCPToolResponse } from '../types.js';
|
|
5
|
+
export declare const dataGovAUListOrganizationsSchema: {
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
inputSchema: {
|
|
9
|
+
type: "object";
|
|
10
|
+
properties: {
|
|
11
|
+
limit: {
|
|
12
|
+
type: string;
|
|
13
|
+
description: string;
|
|
14
|
+
default: number;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
required: never[];
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
export declare function executeDataGovAUListOrganizations(input: {
|
|
21
|
+
limit?: number;
|
|
22
|
+
}): Promise<MCPToolResponse>;
|
|
23
|
+
export declare const dataGovAUGetOrganizationSchema: {
|
|
24
|
+
name: string;
|
|
25
|
+
description: string;
|
|
26
|
+
inputSchema: {
|
|
27
|
+
type: "object";
|
|
28
|
+
properties: {
|
|
29
|
+
organization: {
|
|
30
|
+
type: string;
|
|
31
|
+
description: string;
|
|
32
|
+
};
|
|
33
|
+
includeDatasets: {
|
|
34
|
+
type: string;
|
|
35
|
+
description: string;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
required: string[];
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare function executeDataGovAUGetOrganization(input: {
|
|
43
|
+
organization: string;
|
|
44
|
+
includeDatasets?: boolean;
|
|
45
|
+
}): Promise<MCPToolResponse>;
|
|
46
|
+
export declare const dataGovAUListGroupsSchema: {
|
|
47
|
+
name: string;
|
|
48
|
+
description: string;
|
|
49
|
+
inputSchema: {
|
|
50
|
+
type: "object";
|
|
51
|
+
properties: {};
|
|
52
|
+
required: never[];
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
export declare function executeDataGovAUListGroups(_input: Record<string, never>): Promise<MCPToolResponse>;
|
|
56
|
+
export declare const dataGovAUGetGroupSchema: {
|
|
57
|
+
name: string;
|
|
58
|
+
description: string;
|
|
59
|
+
inputSchema: {
|
|
60
|
+
type: "object";
|
|
61
|
+
properties: {
|
|
62
|
+
group: {
|
|
63
|
+
type: string;
|
|
64
|
+
description: string;
|
|
65
|
+
};
|
|
66
|
+
includeDatasets: {
|
|
67
|
+
type: string;
|
|
68
|
+
description: string;
|
|
69
|
+
default: boolean;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
required: string[];
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
export declare function executeDataGovAUGetGroup(input: {
|
|
76
|
+
group: string;
|
|
77
|
+
includeDatasets?: boolean;
|
|
78
|
+
}): Promise<MCPToolResponse>;
|
|
79
|
+
export declare const dataGovAUListTagsSchema: {
|
|
80
|
+
name: string;
|
|
81
|
+
description: string;
|
|
82
|
+
inputSchema: {
|
|
83
|
+
type: "object";
|
|
84
|
+
properties: {
|
|
85
|
+
query: {
|
|
86
|
+
type: string;
|
|
87
|
+
description: string;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
required: never[];
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
export declare function executeDataGovAUListTags(input: {
|
|
94
|
+
query?: string;
|
|
95
|
+
}): Promise<MCPToolResponse>;
|
|
96
|
+
//# sourceMappingURL=datagovau_browse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"datagovau_browse.d.ts","sourceRoot":"","sources":["../../src/tools/datagovau_browse.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAMnD,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;CAsB5C,CAAC;AAEF,wBAAsB,iCAAiC,CAAC,KAAK,EAAE;IAC7D,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,GAAG,OAAO,CAAC,eAAe,CAAC,CAkC3B;AAMD,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;CAoB1C,CAAC;AAEF,wBAAsB,+BAA+B,CAAC,KAAK,EAAE;IAC3D,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,GAAG,OAAO,CAAC,eAAe,CAAC,CA+C3B;AAMD,eAAO,MAAM,yBAAyB;;;;;;;;CAWrC,CAAC;AAEF,wBAAsB,0BAA0B,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,GAAG,OAAO,CAAC,eAAe,CAAC,CAkCxG;AAMD,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;CAoBnC,CAAC;AAEF,wBAAsB,wBAAwB,CAAC,KAAK,EAAE;IACpD,KAAK,EAAE,MAAM,CAAC;IACd,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,GAAG,OAAO,CAAC,eAAe,CAAC,CA8C3B;AAMD,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;CAgBnC,CAAC;AAEF,wBAAsB,wBAAwB,CAAC,KAAK,EAAE;IACpD,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,GAAG,OAAO,CAAC,eAAe,CAAC,CA2B3B"}
|