diff --git a/composer.json b/composer.json index 507b9cb..53858e9 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.7", + "mcp/sdk": "^0.8", "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 81a4961..4c7c009 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": "e6f139f3f3ba353f14d29ec5409896ed", + "content-hash": "539b915193267a69214fc71c614f6173", "packages": [ { "name": "caseyamcl/guzzle_retry_middleware", @@ -852,16 +852,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": { @@ -879,6 +879,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": { @@ -930,9 +931,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": "opis/json-schema", @@ -1381,16 +1382,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": { @@ -1422,9 +1423,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/cache",