UNPKG

trigger.dev

Version:

A Command-Line Interface for Trigger.dev projects

11 lines (10 loc) 299 B
import { CliApiClient } from "../apiClient.js"; export declare const startMcpServer: (options: { port: number; cliApiClient: CliApiClient; devSession: { dashboardUrl: string; projectRef: string; }; }) => Promise<void>; export declare const stopMcpServer: () => void;