Skip to main content
Glama

MCP Hospital Assistant

by ajay800800
index.d.ts1.15 kB
/// <reference types="node" /> /// <reference types="node" /> /// <reference types="node" /> import { TlsOptions } from 'cloudflare:sockets'; import { EventEmitter } from 'events'; /** * Wrapper around the Cloudflare built-in socket that can be used by the `Connection`. */ export declare class CloudflareSocket extends EventEmitter { readonly ssl: boolean; writable: boolean; destroyed: boolean; private _upgrading; private _upgraded; private _cfSocket; private _cfWriter; private _cfReader; constructor(ssl: boolean); setNoDelay(): this; setKeepAlive(): this; ref(): this; unref(): this; connect(port: number, host: string, connectListener?: (...args: unknown[]) => void): Promise<this | undefined>; _listen(): Promise<void>; _listenOnce(): Promise<void>; write(data: Uint8Array | string, encoding?: BufferEncoding, callback?: (...args: unknown[]) => void): true | void; end(data?: Buffer, encoding?: BufferEncoding, callback?: (...args: unknown[]) => void): this; destroy(reason: string): this; startTls(options: TlsOptions): void; _addClosedHandler(): void; }

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/ajay800800/doc_mcp'

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