Skip to main content
Glama

Revenue Engine MCP

utils.js324 B
/** * Returns an AbortSignal that will enter aborted state after `timeoutMs` milliseconds. */ export function abortAfterTimeout(timeoutMs) { const controller = new AbortController(); setTimeout(() => { controller.abort(); }, timeoutMs); return controller.signal; } //# sourceMappingURL=utils.js.map

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/PromptishOperations/mcpSpec'

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