Skip to content

MCP_SERVER

@tsed/platform-mcp

Usage

typescript
import { MCP_SERVER } from "@tsed/platform-mcp";

See /packages/platform/platform-mcp/src/services/McpServerFactory.ts.

Overview

ts
const MCP_SERVER: import("@tsed/di").FactoryTokenProvider<McpServer>;

export type MCP_SERVER = typeof MCP_SERVER;

Description

Injectable MCP server instance configured with registered tools, resources, and prompts.

Released under the MIT License.