From 9c9c7c08ba8fd2fc3f2058b91182195c321caf1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 09:02:55 +0000 Subject: [PATCH] build(deps): bump mcp/sdk from 0.5.0 to 0.6.0 Bumps [mcp/sdk](https://github.com/modelcontextprotocol/php-sdk) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/modelcontextprotocol/php-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/php-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/modelcontextprotocol/php-sdk/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: mcp/sdk dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 2d6d721..ce3761f 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "dg/rss-php": "^1.2", "guzzlehttp/guzzle": "^6.1 || ^7.3", "jolicode/jolinotif": "^2.3", - "mcp/sdk": "^0.5", + "mcp/sdk": "^0.6", "psr/log": "^3.0", "symfony/console": "^6.0 || ^7.0", "symfony/process": "^6.0 || ^7.0" diff --git a/composer.lock b/composer.lock index 7b0e0e2..58b0467 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": "36d674f8263037e453886d0a867fb432", + "content-hash": "10205756bccde9e73c7a8f6bc3130839", "packages": [ { "name": "caseyamcl/guzzle_retry_middleware", @@ -848,16 +848,16 @@ }, { "name": "mcp/sdk", - "version": "v0.5.0", + "version": "v0.6.0", "source": { "type": "git", "url": "https://github.com/modelcontextprotocol/php-sdk.git", - "reference": "fb2c8c2ee4ab2791239c5f534bb07bfb7589d4e8" + "reference": "433c84b58af346dd32f15f9909679e96a46ebe23" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/modelcontextprotocol/php-sdk/zipball/fb2c8c2ee4ab2791239c5f534bb07bfb7589d4e8", - "reference": "fb2c8c2ee4ab2791239c5f534bb07bfb7589d4e8", + "url": "https://api.github.com/repos/modelcontextprotocol/php-sdk/zipball/433c84b58af346dd32f15f9909679e96a46ebe23", + "reference": "433c84b58af346dd32f15f9909679e96a46ebe23", "shasum": "" }, "require": { @@ -926,9 +926,9 @@ "description": "Model Context Protocol SDK for Client and Server applications in PHP", "support": { "issues": "https://github.com/modelcontextprotocol/php-sdk/issues", - "source": "https://github.com/modelcontextprotocol/php-sdk/tree/v0.5.0" + "source": "https://github.com/modelcontextprotocol/php-sdk/tree/v0.6.0" }, - "time": "2026-04-26T13:37:40+00:00" + "time": "2026-06-02T15:47:04+00:00" }, { "name": "opis/json-schema",