Skip to main content
Glama

Storyden

by Southclaws
Mozilla Public License 2.0
227
admonition.ts829 B
import { defineRecipe } from "@pandacss/dev"; export const admonition = defineRecipe({ className: "admonition", base: { display: "flex", flexBasis: "0", flexGrow: "0", gap: "2", justifyContent: "space-between", borderColor: "border.muted", borderRadius: "lg", borderWidth: "1px", outline: 0, position: "relative", transitionDuration: "normal", transitionProperty: "box-shadow, border-color", transitionTimingFunction: "default", width: "full", padding: "2", }, variants: { kind: { neutral: { backgroundColor: "white.a6", }, success: { backgroundColor: "green.100", color: "accent.text.500", }, failure: { backgroundColor: "bg.destructive", color: "fg.default", }, }, }, });

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