mcp__wordpress__update-postが固定ページで404を返す原因とREST APIでの解決法 This article explains why the mcp__wordpress__update-post tool returns 404 errors when upd…
AI要約 WordPress MCPのupdate-postツールが固定ページ更新時に404エラーを返す問題について解説。原因はツールが投稿(post)エンドポイントのみを対象としているためで、REST APIの/pages/エンドポイントを直接呼び出すことで解決できる方法を示している。
EN This article explains why the mcp__wordpress__update-post tool returns 404 errors when updating WordPress static pages, identifying that the tool only targets the posts endpoint, and shows how to resolve it by directly calling the REST API /pages/ endpoint instead.
og