Skip to main content
Glama
diagram.ts697 B
import * as _ from "lodash-es"; export type DiagramKind = "configuration"; export interface DiagramNodeKindComponent { kind: DiagramKind; componentId: string; } export type DiagramNodeKind = DiagramNodeKindComponent; export interface DiagramNodePosition { diagramKind: DiagramKind; x: number; y: number; width?: number; height?: number; } export interface DiagramNodeTemplate { name: string; title: string; kind: DiagramKind; schemaVariantId: string; } export interface DiagramNode { id: string; name: string; title: string; kind: DiagramNodeKind; schemaVariantId: string; positions: DiagramNodePosition[]; } export type DiagramNodes = Array<DiagramNode>;

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/systeminit/si'

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