UNPKG

@runbook-docs/mcp-server

Version:
11 lines (10 loc) 252 B
import { McpState } from '../state'; export declare const promptHandlers: (state: McpState) => { [x: string]: { name: string; title: string; description: string; arguments: never[]; prompt: string; }; };