Skip to content

PromptsSettings

@tsed/platform-mcp

Usage

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

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

Overview

ts
type PromptsSettings = ReturnType<typeof mapOptions>;

Description

Normalized settings registered in the DI container for an MCP prompt.

Released under the MIT License.