Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Unknown error executing client feature: when executing WC tools #76

@agung2001

Description

@agung2001

it seems that when using Feature API with OpenAPI model, the model can't determine correctly which tools it supposed to be using.
but when I use Cursor with Agent mode and claude-4-sonnet it work perfectly

Steps to Reproduce

Feature API

  1. Install and activate :
  1. Enable feature api load : define('WP_FEATURE_API_LOAD_DEMO', true); in wp-config.php
  2. Set MCP options :
  • Enable MCP Functionality
  • Enable WordPress Features Adapter
  • Enable Create Tools
  • Enable Update Tools
  1. Do query prompt : search all products that contain word "Hoodie" in its title
  2. FAILED: Unknown error executing client feature
Image

Image

Cursor

MCP Configuration

{
  "mcpServers": {
    "acfwp-mcp": {
      "command": "npx",
      "args": ["-y", "@automattic/mcp-wordpress-remote@latest"],
      "env": {
        "WP_API_URL": "http://acfwp.local/",
        "WP_API_USERNAME": "admin",
        "WP_API_PASSWORD": "RANDOM_APPLICATION_PASSWORD"
      }
    }
  }
}

Query using cursor
Image

Environment

  • Operating System: Mac OS
  • Browser/App Version: Firefox 140.0b6

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions