Skip to main content
Glama

Google Drive MCP Server

http2.d.ts761 B
/// <reference types="node" /> /// <reference types="node" /> /// <reference types="node" /> import * as http2 from 'http2'; import { URL } from 'url'; import { GaxiosResponse, GaxiosOptions } from 'gaxios'; /** * Reference to the ClientHttp2Session and a timeout handler. * @private */ export interface SessionData { session: http2.ClientHttp2Session; timeoutHandle?: NodeJS.Timeout; } /** * List of sessions current in use. * @private */ export declare const sessions: { [index: string]: SessionData; }; /** * Public method to make an http2 request. * @param config - Request options. */ export declare function request<T>(config: GaxiosOptions): Promise<GaxiosResponse<T>>; export declare function closeSession(url: URL): Promise<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/isaacphi/mcp-gdrive'

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