Skip to main content
Glama
prop.ts823 B
import { PropertyEditorPropWidgetKind } from "./property_editor"; export type PropId = string; export enum PropKind { Array = "array", Boolean = "boolean", Float = "float", Integer = "integer", Json = "json", Object = "object", String = "string", Map = "map", } export interface Prop { id: PropId; kind: PropKind; childKind?: null | PropKind; widgetKind?: null | PropertyEditorPropWidgetKind; name: string; path: string; // this is for output sources eligibleToReceiveData: boolean; // this is for input sources eligibleToSendData: boolean; hidden: boolean; } /** * Valid top-level props of a component. */ export type TopLevelProp = | "code" | "deleted_at" | "domain" | "resource_value" | "resource" | "qualification" | "secret_definition" | "secrets" | "si";

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