UNPKG

systemprompt-mcp-interview

Version:

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

9 lines (8 loc) 269 B
import { GoogleAuthService } from "./google-auth-service.js"; export declare abstract class GoogleBaseService { protected auth: GoogleAuthService; private initPromise; constructor(); private initializeAuth; protected waitForInit(): Promise<void>; }