Skip to content

ToolProps

@tsed/platform-mcp

Usage

typescript
import { ToolProps } from "@tsed/platform/platform-mcp/src/fn/defineTool";

See /packages/platform/platform-mcp/src/fn/defineTool.ts.

Overview

ts
type ToolProps<Input, Output = undefined> = FnToolProps<Input, Output> | ClassToolProps<Input, Output>;

Description

Union of functional and class-based tool definitions.

Released under the MIT License.