trigger.dev
Version:
A Command-Line Interface for Trigger.dev projects
8 lines (7 loc) • 322 B
TypeScript
import type { McpContext } from "./context.js";
/**
* MCP prompts surface as slash commands in hosts that support them (Claude Code renders
* this as /mcp__trigger__report), so `/report health` is a real command — no per-project
* files needed.
*/
export declare function registerPrompts(context: McpContext): void;