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
SiPropFuncSpecKind.ts•529 B
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
/**
* SiPropFuncs track custom functions for for props created for all schema variants and not part
* of the domain tree (which varies for each variant). Currently these are the props under the
* /root/si Object and also some props in the resource Object that are also invariant across
* schema variants but which can have custom functions
*/
export type SiPropFuncSpecKind = "color" | "name" | "resourcePayload";