Skip to main content
Glama
confirm.js275 B
'use strict'; const BooleanPrompt = require('../types/boolean'); class ConfirmPrompt extends BooleanPrompt { constructor(options) { super(options); this.default = this.options.default || (this.initial ? '(Y/n)' : '(y/N)'); } } module.exports = ConfirmPrompt;

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/ajaystream/hubspot-mcp-custom'

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