Skip to main content
Glama
select-separator.svelte401 B
<script lang="ts"> import type { Separator as SeparatorPrimitive } from "bits-ui"; import { Separator } from "$lib/components/ui/separator/index.js"; import { cn } from "$lib/utils.js"; let { ref = $bindable(null), class: className, ...restProps }: SeparatorPrimitive.RootProps = $props(); </script> <Separator bind:ref class={cn("bg-muted -mx-1 my-1 h-px", className)} {...restProps} />

Latest Blog Posts

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/jhawkins11/task-manager-mcp'

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