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 { gameservices_v1 } from './v1';
import { gameservices_v1beta } from './v1beta';
export declare const VERSIONS: {
v1: typeof gameservices_v1.Gameservices;
v1beta: typeof gameservices_v1beta.Gameservices;
};
export declare function gameservices(version: 'v1'): gameservices_v1.Gameservices;
export declare function gameservices(options: gameservices_v1.Options): gameservices_v1.Gameservices;
export declare function gameservices(version: 'v1beta'): gameservices_v1beta.Gameservices;
export declare function gameservices(options: gameservices_v1beta.Options): gameservices_v1beta.Gameservices;
declare const auth: AuthPlus;
export { auth };
export { gameservices_v1 };
export { gameservices_v1beta };
export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, GaxiosPromise, MethodOptions, BodyResponseCallback, } from 'googleapis-common';