Skip to main content
Glama

Storyden

by Southclaws
Mozilla Public License 2.0
227
popover.ts1.21 kB
import { popoverAnatomy } from "@ark-ui/react"; import { defineSlotRecipe } from "@pandacss/dev"; export const popover = defineSlotRecipe({ className: "popover", slots: popoverAnatomy.keys(), base: { positioner: { position: "relative", maxHeight: "var(--available-height)", height: "min", }, content: { maxHeight: "var(--available-height)", background: "bg.default", borderRadius: "l3", boxShadow: "lg", display: "flex", flexDirection: "column", maxWidth: "sm", zIndex: "popover", p: "2", _open: { animation: "fadeIn 0.25s ease-out", }, _closed: { animation: "fadeOut 0.2s ease-out", }, _hidden: { display: "none", }, }, title: { fontWeight: "medium", textStyle: "sm", }, description: { overflowY: "scroll", color: "fg.muted", textStyle: "sm", }, closeTrigger: { color: "fg.muted", }, arrow: { "--arrow-size": "var(--sizes-3)", "--arrow-background": "var(--colors-bg-default)", }, arrowTip: { borderTopWidth: "1px", borderLeftWidth: "1px", }, }, });

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