Introduction
Migration
Configuration
Fundamentals
Advanced
Authentication & Security
API & Documentation
ORM
Orchestration & Workflow
Testing
Third-parties
Links
Premium ConfigSource
Premium TestContainers
Appearance
import { ToolProps } from "@tsed/platform/platform-mcp/src/fn/defineTool";
See /packages/platform/platform-mcp/src/fn/defineTool.ts.
type ToolProps<Input, Output = undefined> = FnToolProps<Input, Output> | ClassToolProps<Input, Output>;
Union of functional and class-based tool definitions.