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

## Usage

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

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

## Overview

```ts
type PromptsSettings = ReturnType<typeof mapOptions>;
```
