MCPcopy Create free account
hub / github.com/GlobalTechInfo/MEGA-MDX /

Class

lib/commandHandler.ts:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import path from 'path';
7
8class CommandHandler {
9 [key: string]: any;
10 commands: Map<any,any>;
11 aliases: Map<any,any>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected