UNPKG

@fastmcp-me/wordpress-mcp-server

Version:

MCP server for WordPress with 190+ tools - complete WordPress control including WooCommerce, Gutenberg, SEO, Security, Performance, Backup, and User Roles - 99% developer task coverage

13 lines 362 B
#!/usr/bin/env node /** * WordPress MCP Server - Main Entry Point * Comprehensive WordPress management through MCP * * Organization: * - config/: Configuration and environment * - types/: TypeScript type definitions * - utils/: API wrapper and helper functions * - tools/: Feature-organized tool modules */ export {}; //# sourceMappingURL=index.d.ts.map