Skip to main content
Glama
requestUtils.ts210 B
/** * Request handling utilities for the Metabase MCP server. */ /** * Generate a unique request ID */ export function generateRequestId(): string { return Math.random().toString(36).substring(2, 15); }

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/jerichosequitin/Metabase'

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