UNPKG

claudeus-wp-mcp

Version:

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

8 lines (7 loc) 247 B
import { ThemeApiClient } from '../../api/themes.js'; export declare function handleThemeTools(name: string, args: Record<string, unknown>, client: ThemeApiClient): Promise<{ content: { type: string; text: string; }[]; }>;