UNPKG

@cicatriz/text-toolkit

Version:

Text Transformation & Formatting MCP Server for the Cline Marketplace

9 lines (8 loc) 244 B
/** * Regex pattern testing and extraction tools */ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** * Register regex tools with the MCP server */ export declare function registerRegexTools(server: McpServer): void;