UNPKG

@cicatriz/text-toolkit

Version:

Text Transformation & Formatting MCP Server for the Cline Marketplace

6 lines (5 loc) 183 B
/** * Register all tools with the MCP server */ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export declare function registerTools(server: McpServer): void;