Description
Expand and validate the plugin’s use of the Model Context Protocol (MCP) for routing AI requests and discovering provider capabilities. This ensures the AI Experiments plugin demonstrates best practices for integrating both the WP AI Client SDK and its underlying PHP AI Client SDK across different features and providers.
Goals
Acceptance Criteria
- At least one feature successfully executes AI requests via MCP.
- Common adapter pattern implemented and reusable by other features.
- MCP usage documented and tested with at least two providers.
- No regressions in direct SDK features when MCP is active.
- Documentation clearly explains when to use each integration path.
Description
Expand and validate the plugin’s use of the Model Context Protocol (MCP) for routing AI requests and discovering provider capabilities. This ensures the AI Experiments plugin demonstrates best practices for integrating both the WP AI Client SDK and its underlying PHP AI Client SDK across different features and providers.
Goals
/docs/mcp-adapters.md.Acceptance Criteria