From afaa5199c5a4736d5a12057920fe08cf88898ff9 Mon Sep 17 00:00:00 2001 From: Jason Adams Date: Mon, 1 Dec 2025 18:04:48 -0700 Subject: [PATCH] chore: updates wp ai client and mcp adapter packages --- composer.json | 4 ++-- composer.lock | 40 ++++++++++++++++++---------------------- 2 files changed, 20 insertions(+), 24 deletions(-) diff --git a/composer.json b/composer.json index 2bb73b10..a3fa3651 100644 --- a/composer.json +++ b/composer.json @@ -8,8 +8,8 @@ "ext-json": "*", "php": ">=7.4", "wordpress/abilities-api": "^0.4.0", - "wordpress/mcp-adapter": "dev-trunk", - "wordpress/wp-ai-client": "dev-trunk" + "wordpress/mcp-adapter": "^0.3.0", + "wordpress/wp-ai-client": "^0.2.0" }, "require-dev": { "automattic/vipwpcs": "^3.0", diff --git a/composer.lock b/composer.lock index 439c1c09..9393abab 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f275018de0bc539ae98c534ab9e40c5a", + "content-hash": "c55bab2aba22f24cd49e2e08a8ae0050", "packages": [ { "name": "automattic/jetpack-autoloader", @@ -627,16 +627,16 @@ }, { "name": "wordpress/mcp-adapter", - "version": "dev-trunk", + "version": "v0.3.0", "source": { "type": "git", "url": "https://github.com/WordPress/mcp-adapter.git", - "reference": "b55221f9d31307ae69943a094394a126579017f6" + "reference": "653ca8d95180b25809b1a1dc489d8305ec5beb63" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WordPress/mcp-adapter/zipball/b55221f9d31307ae69943a094394a126579017f6", - "reference": "b55221f9d31307ae69943a094394a126579017f6", + "url": "https://api.github.com/repos/WordPress/mcp-adapter/zipball/653ca8d95180b25809b1a1dc489d8305ec5beb63", + "reference": "653ca8d95180b25809b1a1dc489d8305ec5beb63", "shasum": "" }, "require": { @@ -658,7 +658,6 @@ "wpackagist-plugin/plugin-check": "^1.6", "yoast/phpunit-polyfills": "^4.0" }, - "default-branch": true, "type": "library", "extra": { "installer-paths": { @@ -698,20 +697,20 @@ "issues": "https://github.com/wordpress/mcp-adapter/issues", "source": "https://github.com/wordpress/mcp-adapter" }, - "time": "2025-11-03T17:53:17+00:00" + "time": "2025-11-06T14:56:51+00:00" }, { "name": "wordpress/php-ai-client", - "version": "0.2.0", + "version": "0.3.0", "source": { "type": "git", "url": "https://github.com/WordPress/php-ai-client.git", - "reference": "81a104a9bc5f887e3fbecea6e0d9cd8eab3be0b2" + "reference": "70e5e222c74d734f5740802057762135a8a33318" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WordPress/php-ai-client/zipball/81a104a9bc5f887e3fbecea6e0d9cd8eab3be0b2", - "reference": "81a104a9bc5f887e3fbecea6e0d9cd8eab3be0b2", + "url": "https://api.github.com/repos/WordPress/php-ai-client/zipball/70e5e222c74d734f5740802057762135a8a33318", + "reference": "70e5e222c74d734f5740802057762135a8a33318", "shasum": "" }, "require": { @@ -765,27 +764,27 @@ "issues": "https://github.com/WordPress/php-ai-client/issues", "source": "https://github.com/WordPress/php-ai-client" }, - "time": "2025-10-21T00:05:14+00:00" + "time": "2025-11-27T00:07:29+00:00" }, { "name": "wordpress/wp-ai-client", - "version": "dev-trunk", + "version": "0.2.0", "source": { "type": "git", "url": "https://github.com/WordPress/wp-ai-client.git", - "reference": "a41ef6075c1cbb56dfc380fe5c13a347b265d193" + "reference": "152992c198553820d2ba656623c4e0816d3c77db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WordPress/wp-ai-client/zipball/a41ef6075c1cbb56dfc380fe5c13a347b265d193", - "reference": "a41ef6075c1cbb56dfc380fe5c13a347b265d193", + "url": "https://api.github.com/repos/WordPress/wp-ai-client/zipball/152992c198553820d2ba656623c4e0816d3c77db", + "reference": "152992c198553820d2ba656623c4e0816d3c77db", "shasum": "" }, "require": { "ext-json": "*", "nyholm/psr7": "^1.5", "php": ">=7.4", - "wordpress/php-ai-client": "^0.2" + "wordpress/php-ai-client": "^0.3" }, "require-dev": { "automattic/vipwpcs": "^3.0", @@ -799,7 +798,6 @@ "wp-phpunit/wp-phpunit": "^6.8", "yoast/phpunit-polyfills": "^4.0" }, - "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -847,7 +845,7 @@ "issues": "https://github.com/WordPress/wp-ai-client/issues", "source": "https://github.com/WordPress/wp-ai-client" }, - "time": "2025-11-13T00:12:21+00:00" + "time": "2025-12-02T00:19:41+00:00" } ], "packages-dev": [ @@ -4137,9 +4135,7 @@ ], "minimum-stability": "dev", "stability-flags": { - "phpcompatibility/php-compatibility": 20, - "wordpress/mcp-adapter": 20, - "wordpress/wp-ai-client": 20 + "phpcompatibility/php-compatibility": 20 }, "prefer-stable": true, "prefer-lowest": false,