Skip to main content
Glama

Storyden

by Southclaws
Mozilla Public License 2.0
227
alert.d.ts981 B
/* eslint-disable */ import type { ConditionalValue } from '../types/index'; import type { DistributiveOmit, Pretty } from '../types/system-types'; interface AlertVariant { } type AlertVariantMap = { [key in keyof AlertVariant]: Array<AlertVariant[key]> } type AlertSlot = "root" | "content" | "description" | "icon" | "title" export type AlertVariantProps = { [key in keyof AlertVariant]?: ConditionalValue<AlertVariant[key]> | undefined } export interface AlertRecipe { __slot: AlertSlot __type: AlertVariantProps (props?: AlertVariantProps): Pretty<Record<AlertSlot, string>> raw: (props?: AlertVariantProps) => AlertVariantProps variantMap: AlertVariantMap variantKeys: Array<keyof AlertVariant> splitVariantProps<Props extends AlertVariantProps>(props: Props): [AlertVariantProps, Pretty<DistributiveOmit<Props, keyof AlertVariantProps>>] getVariantProps: (props?: AlertVariantProps) => AlertVariantProps } export declare const alert: AlertRecipe

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/Southclaws/storyden'

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