UNPKG

markmv

Version:

TypeScript CLI for markdown file operations with intelligent link refactoring

17 lines 517 B
/** * Auto-generated MCP tool definitions for markmv API methods * Generated on: 2025-06-16T12:42:12.263Z * * 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