UNPKG

@cicatriz/text-toolkit

Version:

Text Transformation & Formatting MCP Server for the Cline Marketplace

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