UNPKG

@cicatriz/text-toolkit

Version:

Text Transformation & Formatting MCP Server for the Cline Marketplace

9 lines (8 loc) 235 B
/** * Text analysis tools */ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** * Register all text analysis tools with the MCP server */ export declare function registerTextAnalysis(server: McpServer): void;