UNPKG

@iflow-mcp/claudeus-wp-mcp

Version:

The most comprehensive WordPress MCP server - 145 production-ready tools for complete WordPress management with AI

8 lines (7 loc) 257 B
import { WordPressClient } from '../../wordpress-client.js'; export declare function handleContentTools(name: string, args: Record<string, unknown>, client: WordPressClient): Promise<{ content: { type: string; text: string; }[]; }>;