Introduction
Migration
Configuration
Fundamentals
Advanced
Authentication & Security
API & Documentation
ORM
Orchestration & Workflow
Testing
Third-parties
Links
Premium ConfigSource
Premium TestContainers
Appearance
import { FnPromptProps } from "@tsed/platform/platform-mcp/src/fn/definePrompt";
See /packages/platform/platform-mcp/src/fn/definePrompt.ts.
type FnPromptProps<Args = any> = BasePromptProps<Args> & { handler: PromptHandler<Args>; };
handler: PromptHandler<Args>;