UNPKG

@ably/cli

Version:

Ably CLI for Pub/Sub, Chat and Spaces

8 lines (7 loc) 232 B
import { AblyBaseCommand } from "../../base-command.js"; export default class StartMcpServer extends AblyBaseCommand { static description: string; static examples: string[]; static flags: {}; run(): Promise<void>; }