We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bobmatnyc/mcp-memory-ts'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
google-auth.ts•290 B
/**
* Google Auth Service - Web Interface
*
* Re-exports from core library for use in Next.js web interface
*/
export { GoogleAuthService, GOOGLE_SCOPES } from '../../src/utils/google-auth.js';
export type { GoogleOAuthTokens, SyncResult, SyncError } from '../../src/types/google.js';