Skip to main content
Glama

Storyden

by Southclaws
Mozilla Public License 2.0
227
badge.ts1.46 kB
import { defineRecipe } from "@pandacss/dev"; export const badge = defineRecipe({ className: "badge", jsx: ["Badge"], staticCss: [{ size: ["sm", "md", "lg"] }], base: { alignItems: "center", borderRadius: "full", colorPalette: "accent", display: "inline-flex", fontWeight: "medium", userSelect: "none", whiteSpace: "nowrap", }, defaultVariants: { variant: "subtle", size: "md", }, variants: { variant: { solid: { background: "colorPalette.default", color: "colorPalette.fg", }, subtle: { background: "bg.subtle", borderColor: "border.subtle", borderWidth: "1px", color: "fg.default", "& svg": { color: "fg.subtle", }, }, outline: { color: "fg.default", borderWidth: "2px", borderColor: "border.default", }, }, size: { sm: { textStyle: "xs", px: "2", h: "5", gap: "1", "& svg": { width: "3", height: "3", }, }, md: { textStyle: "xs", px: "2.5", h: "6", gap: "1.5", "& svg": { width: "4", height: "4", }, }, lg: { textStyle: "sm", px: "3", h: "7", gap: "1.5", "& svg": { width: "4", height: "4", }, }, }, }, });

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