From d075e652f4d82e84fdd346521524966828477ea6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 04:02:52 +0000 Subject: [PATCH] build(deps): bump mcp/sdk from 0.6.0 to 0.7.0 Bumps [mcp/sdk](https://github.com/modelcontextprotocol/php-sdk) from 0.6.0 to 0.7.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.6.0...v0.7.0) --- updated-dependencies: - dependency-name: mcp/sdk dependency-version: 0.7.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 620582a33e..7d6a366c3b 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,7 @@ "guzzlehttp/guzzle": "~7.15.1", "league/commonmark": "~2.8.2", "league/oauth2-server": "~9.4.0", - "mcp/sdk": "~0.6.0", + "mcp/sdk": "~0.7.0", "minishlink/web-push": "~10.1.0", "monolog/monolog": "~3.10.0", "myclabs/deep-copy": "~1.13.4", diff --git a/composer.lock b/composer.lock index c0346484ff..b5e2950fae 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": "dc307d3ad442e5a6f7a3191d6dc051a4", + "content-hash": "09eb2912c5cddae3307fb2c7bec0eb20", "packages": [ { "name": "2tvenom/cborencode", @@ -1997,16 +1997,16 @@ }, { "name": "mcp/sdk", - "version": "v0.6.0", + "version": "v0.7.0", "source": { "type": "git", "url": "https://github.com/modelcontextprotocol/php-sdk.git", - "reference": "433c84b58af346dd32f15f9909679e96a46ebe23" + "reference": "a6f415578fa789783d010274d11c922e97659a8a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/modelcontextprotocol/php-sdk/zipball/433c84b58af346dd32f15f9909679e96a46ebe23", - "reference": "433c84b58af346dd32f15f9909679e96a46ebe23", + "url": "https://api.github.com/repos/modelcontextprotocol/php-sdk/zipball/a6f415578fa789783d010274d11c922e97659a8a", + "reference": "a6f415578fa789783d010274d11c922e97659a8a", "shasum": "" }, "require": { @@ -2075,9 +2075,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.6.0" + "source": "https://github.com/modelcontextprotocol/php-sdk/tree/v0.7.0" }, - "time": "2026-06-02T15:47:04+00:00" + "time": "2026-07-14T22:58:00+00:00" }, { "name": "minishlink/web-push",