Skip to main content
Glama

Squad AI

WhoAmIResponse.ts1.96 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'; import type { WhoAmIResponseData } from './WhoAmIResponseData.js'; import { WhoAmIResponseDataFromJSON, WhoAmIResponseDataFromJSONTyped, WhoAmIResponseDataToJSON, WhoAmIResponseDataToJSONTyped, } from './WhoAmIResponseData.js'; /** * User organization and workspace information * @export * @interface WhoAmIResponse */ export interface WhoAmIResponse { [key: string]: any | any; /** * * @type {WhoAmIResponseData} * @memberof WhoAmIResponse */ data: WhoAmIResponseData; } /** * Check if a given object implements the WhoAmIResponse interface. */ export function instanceOfWhoAmIResponse(value: object): value is WhoAmIResponse { if (!('data' in value) || value['data'] === undefined) return false; return true; } export function WhoAmIResponseFromJSON(json: any): WhoAmIResponse { return WhoAmIResponseFromJSONTyped(json, false); } export function WhoAmIResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): WhoAmIResponse { if (json == null) { return json; } return { ...json, 'data': WhoAmIResponseDataFromJSON(json['data']), }; } export function WhoAmIResponseToJSON(json: any): WhoAmIResponse { return WhoAmIResponseToJSONTyped(json, false); } export function WhoAmIResponseToJSONTyped(value?: WhoAmIResponse | null, ignoreDiscriminator: boolean = false): any { if (value == null) { return value; } return { ...value, 'data': WhoAmIResponseDataToJSON(value['data']), }; }

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