Skip to main content
Glama
schema.ts1.22 kB
import type { JSONSchema } from "../draft_07.ts"; import type { CfHandler, CfHandlerKind, CfProperty, JSONPointer, SuperSchema, } from "../types.ts"; export interface CfSchema extends SuperSchema { replacementStrategy?: "create_then_delete" | "delete_then_create"; taggable?: boolean; tagging?: { taggable: boolean; tagOnCreate?: boolean; tagUpdatable?: boolean; cloudFormationSystemTags?: boolean; tagProperty?: string; }; handlers?: { [key in CfHandlerKind]?: CfHandler }; remote?: unknown; definitions?: Record<string, CfProperty>; properties: Record<string, CfProperty>; readOnlyProperties?: JSONPointer[]; writeOnlyProperties?: JSONPointer[]; primaryIdentifier: JSONPointer[]; conditionalCreateOnlyProperties?: JSONPointer[]; nonPublicProperties?: JSONPointer[]; nonPublicDefinitions?: JSONPointer[]; createOnlyProperties?: JSONPointer[]; deprecatedProperties?: JSONPointer[]; additionalIdentifiers?: JSONPointer[]; resourceLink?: { $comment: JSONSchema.Interface["$comment"]; templateUri: string; mappings: Record<string, JSONPointer>; }; propertyTransform?: Record<string, string>; } export type CfDb = Record<string, CfSchema>;

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