UNPKG

markmv

Version:

TypeScript CLI for markdown file operations with intelligent link refactoring

13 lines 588 B
/** * MCP Server implementation for markmv * * Provides Model Context Protocol server that exposes markmv functionality as tools for AI agents. * Uses auto-generated tool definitions from JSON Schema-first approach. Allows seamless integration * with Claude and other MCP clients. */ import { Server } from '@modelcontextprotocol/sdk/server/index.js'; /** Create and configure the MCP server for markmv */ export declare function createMcpServer(): Server; /** Start the MCP server */ export declare function startMcpServer(): Promise<void>; //# sourceMappingURL=mcp-server.d.ts.map