Skip to main content
Glama
dateTimestampProvider.ts•437 B
import { TimestampProvider } from '../types'; interface DateTimestampProvider extends TimestampProvider { delegate: TimestampProvider | undefined; } export const dateTimestampProvider: DateTimestampProvider = { now() { // Use the variable rather than `this` so that the function can be called // without being bound to the provider. return (dateTimestampProvider.delegate || Date).now(); }, delegate: undefined, };

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/samihalawa/brevo-mcp'

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