Skip to main content
Glama

Squad AI

GetOutcome404ResponseError.ts2.13 kB
/* tslint:disable */ /* eslint-disable */ /** * Squad API * API for managing Squad resources * * The version of the OpenAPI document: 4.0.0 * Contact: help@meetsquad.ai * * 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.js'; /** * * @export * @interface GetOutcome404ResponseError */ export interface GetOutcome404ResponseError { [key: string]: any | any; /** * Error code identifier * @type {string} * @memberof GetOutcome404ResponseError */ code: string; /** * Human-readable error description * @type {string} * @memberof GetOutcome404ResponseError */ description: string; } /** * Check if a given object implements the GetOutcome404ResponseError interface. */ export function instanceOfGetOutcome404ResponseError(value: object): value is GetOutcome404ResponseError { if (!('code' in value) || value['code'] === undefined) return false; if (!('description' in value) || value['description'] === undefined) return false; return true; } export function GetOutcome404ResponseErrorFromJSON(json: any): GetOutcome404ResponseError { return GetOutcome404ResponseErrorFromJSONTyped(json, false); } export function GetOutcome404ResponseErrorFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetOutcome404ResponseError { if (json == null) { return json; } return { ...json, 'code': json['code'], 'description': json['description'], }; } export function GetOutcome404ResponseErrorToJSON(json: any): GetOutcome404ResponseError { return GetOutcome404ResponseErrorToJSONTyped(json, false); } export function GetOutcome404ResponseErrorToJSONTyped(value?: GetOutcome404ResponseError | null, ignoreDiscriminator: boolean = false): any { if (value == null) { return value; } return { ...value, 'code': value['code'], 'description': value['description'], }; }

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/the-basilisk-ai/squad-mcp'

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