---
symbol: ToolProps
module: "@tsed/cli-mcp"
type: type
meta:
 - name: keywords
   description: api typescript node.js documentation ToolProps type
---
# ToolProps - @tsed/cli-mcp

## Usage

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

> See [/packages/cli-mcp/src/fn/defineTool.ts](https://github.com/tsedio/tsed-cli/blob/v7.5.1/packages/cli-mcp/src/fn/defineTool.ts#L0-L0).

## Overview

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