Skip to main content
Glama

Aviation Weather MCP Server

data-cwa200-response.ts1.6 kB
/* tslint:disable */ /* eslint-disable */ /** * AviationWeather.gov API * New data API of AviationWeather.gov. This supercedes the ADDS Data Server and AviationWeather Web Services. * * The version of the OpenAPI document: 3.12 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { mapValues } from '../runtime'; /** * * @export * @interface DataCWA200Response */ export interface DataCWA200Response { /** * * @type {object} * @memberof DataCWA200Response */ data?: object; } /** * Check if a given object implements the DataCWA200Response interface. */ export function instanceOfDataCWA200Response(value: object): value is DataCWA200Response { return true; } export function DataCWA200ResponseFromJSON(json: any): DataCWA200Response { return DataCWA200ResponseFromJSONTyped(json, false); } export function DataCWA200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): DataCWA200Response { if (json == null) { return json; } return { 'data': json['data'] == null ? undefined : json['data'], }; } export function DataCWA200ResponseToJSON(json: any): DataCWA200Response { return DataCWA200ResponseToJSONTyped(json, false); } export function DataCWA200ResponseToJSONTyped(value?: DataCWA200Response | null, ignoreDiscriminator: boolean = false): any { if (value == null) { return value; } return { 'data': value['data'], }; }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/finack/aviation-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server