diff --git a/composer.json b/composer.json index 4c5932c..9db09a7 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "php": "^8.3", "php-debugbar/php-debugbar": "^3.7", "symfony/console": "^7.0", - "mcp/sdk": "^0.7.0", + "mcp/sdk": "^0.8.0", "symfony/process": "^7.4", "symfony/yaml": "^7.4", "symfony/finder": "^7.4", diff --git a/composer.lock b/composer.lock index ef587e1..ee0ec40 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": "8937b52e399a44826b5dde4bdc253e01", + "content-hash": "68ed42af8fa30f0ef69c44113ac03b95", "packages": [ { "name": "doctrine/deprecations", @@ -56,16 +56,16 @@ }, { "name": "mcp/sdk", - "version": "v0.7.1", + "version": "v0.8.0", "source": { "type": "git", "url": "https://github.com/modelcontextprotocol/php-sdk.git", - "reference": "785fc3b9b7006ecc8a73322c939d96a4a7154345" + "reference": "e173367c5f506af39345f7a18e88764786edbdfa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/modelcontextprotocol/php-sdk/zipball/785fc3b9b7006ecc8a73322c939d96a4a7154345", - "reference": "785fc3b9b7006ecc8a73322c939d96a4a7154345", + "url": "https://api.github.com/repos/modelcontextprotocol/php-sdk/zipball/e173367c5f506af39345f7a18e88764786edbdfa", + "reference": "e173367c5f506af39345f7a18e88764786edbdfa", "shasum": "" }, "require": { @@ -83,6 +83,7 @@ "psr/http-server-handler": "^1.0", "psr/http-server-middleware": "^1.0", "psr/log": "^1.0 || ^2.0 || ^3.0", + "symfony/deprecation-contracts": "^2.5 || ^3.0", "symfony/uid": "^5.4 || ^6.4 || ^7.3 || ^8.0" }, "require-dev": { @@ -134,9 +135,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.7.1" + "source": "https://github.com/modelcontextprotocol/php-sdk/tree/v0.8.0" }, - "time": "2026-08-10T20:09:23+00:00" + "time": "2026-08-24T23:12:29+00:00" }, { "name": "nikic/php-parser", @@ -744,16 +745,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "2.3.3", + "version": "2.3.4", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "fb19eedd2bb67ff8cf7a5502ad329e701d6398a3" + "reference": "98dbc9412932af5825e6d5aa5d6bc4de7d82538a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fb19eedd2bb67ff8cf7a5502ad329e701d6398a3", - "reference": "fb19eedd2bb67ff8cf7a5502ad329e701d6398a3", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/98dbc9412932af5825e6d5aa5d6bc4de7d82538a", + "reference": "98dbc9412932af5825e6d5aa5d6bc4de7d82538a", "shasum": "" }, "require": { @@ -785,9 +786,9 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/2.3.3" + "source": "https://github.com/phpstan/phpdoc-parser/tree/2.3.4" }, - "time": "2026-07-08T07:01:06+00:00" + "time": "2026-08-30T16:25:38+00:00" }, { "name": "psr/clock",