Skip to main content
Glama
RebaseOnBase.vue711 B
<template> <div class="flex flex-row items-center gap-xs"> <Icon name="tools" class="action" /> <div class="flex flex-col text-sm text-center"> Changes from HEAD have been applied to this change set. </div> <div class="flex flex-row gap-sm items-center"> <VButton class="grow text-action-300 dark:hover:text-white hover:text-black hover:bg-action-400 hover:underline" label="Dismiss" tone="empty" variant="solid" @click="$emit('close-toast')" ></VButton> </div> </div> </template> <script lang="ts" setup> import { Icon } from "@si/vue-lib/design-system"; const emit = defineEmits<{ (e: "close-toast"): void; }>(); </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