Skip to main content
Glama
gilberth

MCP Cloudflare DNS Server

index.d.ts788 B
import { RequestFn, StorageAdapter, CacheResponse, CacheValue, CacheableOptions, Emitter } from './types.js'; type Func = (...args: any[]) => any; declare class CacheableRequest { cache: StorageAdapter; cacheRequest: RequestFn; hooks: Map<string, Func>; constructor(cacheRequest: RequestFn, cacheAdapter?: StorageAdapter | string); request: () => (options: CacheableOptions, cb?: (response: CacheResponse) => void) => Emitter; addHook: (name: string, fn: Func) => void; removeHook: (name: string) => boolean; getHook: (name: string) => Func; runHook: (name: string, ...args: any[]) => Promise<CacheValue>; } export default CacheableRequest; export * from './types.js'; export declare const onResponse = "onResponse"; //# sourceMappingURL=index.d.ts.map

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/gilberth/mcp-cloudflare'

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