UNPKG

systemprompt-mcp-interview

Version:

A specialized Model Context Protocol (MCP) server that enables AI-powered interview roleplay scenarios

10 lines (9 loc) 284 B
import { OAuth2Client } from "google-auth-library"; export declare class GoogleAuthService { private static instance; private oAuth2Client; private constructor(); static getInstance(): GoogleAuthService; initialize(): Promise<void>; getAuth(): OAuth2Client; }