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) 253 B
import { WidgetsApiClient } from '../../api/widgets.js'; export declare function handleWidgetTools(name: string, args: Record<string, unknown>, client: WidgetsApiClient): Promise<{ content: { type: string; text: string; }[]; }>;