Skip to main content
Glama
ChangesPanelHistorySubpanelTab.vue720 B
<template> <TabGroupItem :label="label" :slug="slug"> <CodeViewer v-if="data" class="pl-3xs h-full" height="100%" :code="data" /> <EmptyStateCard v-else iconName="no-changes" :primaryText="`No ${label} Available`" :secondaryText="`This action did not generate${ emptyStateSecondaryTextNeedsAnA ? ' a' : '' } ${label}.`" /> </TabGroupItem> </template> <script lang="ts" setup> import { TabGroupItem } from "@si/vue-lib/design-system"; import CodeViewer from "./CodeViewer.vue"; import EmptyStateCard from "./EmptyStateCard.vue"; defineProps<{ label: string; emptyStateSecondaryTextNeedsAnA?: boolean; data: string | undefined; slug: string; }>(); </script>

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/systeminit/si'

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