UNPKG

vex-mcp-server

Version:

MCP server for VEX Robotics Competition data using RobotEvents API

13 lines 358 B
/** * RobotEvents API authentication setup */ export declare class RobotEventsAuth { private static instance; private isAuthenticated; private constructor(); static getInstance(): RobotEventsAuth; setupAuthentication(): void; isAuthConfigured(): boolean; getAuthStatus(): string; } //# sourceMappingURL=robotevents-auth.d.ts.map