UNPKG

@cicatriz/text-toolkit

Version:

Text Transformation & Formatting MCP Server for the Cline Marketplace

9 lines (8 loc) 254 B
/** * Case transformation tools */ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** * Register all case transformation tools with the MCP server */ export declare function registerCaseTransformations(server: McpServer): void;