UNPKG

markmv

Version:

TypeScript CLI for markdown file operations with intelligent link refactoring

16 lines 475 B
/** * Auto-generated MCP tool definitions for markmv API methods * * DO NOT EDIT MANUALLY - This file is auto-generated */ import type { Tool } from '@modelcontextprotocol/sdk/types.js'; export declare const autoGeneratedMcpTools: Tool[]; /** * Get MCP tool by name */ export declare function getMcpToolByName(name: string): Tool | undefined; /** * Get all MCP tool names */ export declare function getMcpToolNames(): string[]; //# sourceMappingURL=mcp-tools.d.ts.map