Skip to main content
Glama
ChangeSetStatusChanged.vue277 B
<template> <div>{{ user }} has {{ command }} {{ changeSetName }}</div> </template> <script lang="ts" setup> defineProps({ user: { type: String, required: true }, changeSetName: { type: String, required: true }, command: { type: String, required: true }, }); </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