Introduction
CLI
Links
Appearance
import { ToolProps } from "@tsed/cli-mcp/src/fn/defineTool";
See /packages/cli-mcp/src/fn/defineTool.ts.
type ToolProps<Input, Output = undefined> = FnToolProps<Input, Output> | ClassToolProps<Input, Output>;