Skip to main content
Glama
dialog-alert.html545 B
<dialog class="dialog" id="alert-dialog-id" aria-labelledby="alert-title-id" aria-describedby="alert-description-id"> <article> <header> <h2 id="alert-title-id">Confirmation Required</h2> <p id="alert-description-id">Are you sure you want to perform this action?</p> </header> <footer> <button class="btn-outline" onclick="document.getElementById('alert-dialog-id').close()">Cancel</button> <button class="btn-destructive" onclick="confirmAction()">Delete</button> </footer> </article> </dialog>

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/GustavoGomezPG/basecoat-mcp'

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