We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/guangxiangdebizi/email-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
/*! THIS FILE IS AUTO-GENERATED */
import { AuthPlus } from 'googleapis-common';
import { calendar_v3 } from './v3';
export declare const VERSIONS: {
v3: typeof calendar_v3.Calendar;
};
export declare function calendar(version: 'v3'): calendar_v3.Calendar;
export declare function calendar(options: calendar_v3.Options): calendar_v3.Calendar;
declare const auth: AuthPlus;
export { auth };
export { calendar_v3 };
export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, GaxiosPromise, MethodOptions, BodyResponseCallback, } from 'googleapis-common';