Skip to main content
Glama

Google Drive MCP Server

by ducla5
index.ts621 B
/** * Authentication module exports * Provides OAuth 2.0 authentication, credential management, and security middleware */ export { OAuthManager } from './oauth-manager.js'; export { CredentialManager } from './credential-manager.js'; export { AuthMiddleware, AuthenticationError, createAuthenticatedClient, type AuthValidationResult } from './auth-middleware.js'; export { AuthService, type AuthValidationResult as ExtendedAuthValidationResult } from './auth-service.js'; // Re-export types for convenience export type { AuthManager, AuthCredentials, TokenInfo } from '../types/auth.js';

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/ducla5/gdriver-mcp'

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