UNPKG

@cicatriz/text-toolkit

Version:

Text Transformation & Formatting MCP Server for the Cline Marketplace

9 lines (8 loc) 237 B
/** * Hash generation tools */ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** * Register hash generation tools with the MCP server */ export declare function registerHashGeneration(server: McpServer): void;