Implements a Model Context Protocol server using the WordPress REST API.
This WordPress plugin establishes a Model Context Protocol (MCP) server leveraging the WordPress REST API, focusing on the Streamable HTTP transport as described in the MCP specification. It utilizes the `logiscape/mcp-sdk-php` package to create a functional MCP server, exposing its capabilities through a dedicated `wp-json/mcp/v1/mcp` REST API endpoint. Primarily intended for use with tools such as the WP-CLI AI command, it facilitates integration of MCP functionality within WordPress environments.