Skip to main content
Glama

Dingo MCP Server

by MigoXLab
typing.ts354 B
export type Updater<T> = (updater: (value: T) => void) => void; export type MessageRole = (typeof ROLES)[number]; export interface RequestMessage { role: MessageRole; content: string; } export type DalleSize = '1024x1024' | '1792x1024' | '1024x1792'; export type DalleQuality = 'standard' | 'hd'; export type DalleStyle = 'vivid' | 'natural';

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/MigoXLab/dingo'

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