Skip to content

Commit 95e983a

Browse files
authored
chore: mcp/sdk to ^0.4 (#7809)
1 parent 625438c commit 95e983a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"illuminate/support": "^11.0 || ^12.0",
147147
"jangregor/phpstan-prophecy": "^2.1.11",
148148
"justinrainbow/json-schema": "^6.5.2",
149-
"mcp/sdk": "^0.3.0",
149+
"mcp/sdk": "^0.4.0",
150150
"laravel/framework": "^11.0 || ^12.0",
151151
"orchestra/testbench": "^10.9",
152152
"phpspec/prophecy-phpunit": "^2.2",

src/Laravel/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
"doctrine/dbal": "^4.0",
6060
"larastan/larastan": "^2.0 || ^3.0",
6161
"laravel/sanctum": "^4.0",
62-
"mcp/sdk": "^0.3.0",
62+
"mcp/sdk": "^0.4.0",
6363
"orchestra/testbench": "^10.1",
6464
"phpdocumentor/type-resolver": "^1.7",
6565
"phpstan/phpdoc-parser": "^1.29 || ^2.0",
6666
"phpunit/phpunit": "^12.2",
6767
"symfony/http-client": "^7.4 || ^8.0",
68-
"symfony/mcp-bundle": "^0.3.0",
68+
"symfony/mcp-bundle": "dev-main",
6969
"symfony/object-mapper": "^7.4 || ^8.0"
7070
},
7171
"autoload": {

src/Mcp/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"php": ">=8.2",
3131
"api-platform/metadata": "^4.2",
3232
"api-platform/json-schema": "^4.2",
33-
"mcp/sdk": "^0.3.0",
33+
"mcp/sdk": "^0.4.0",
3434
"symfony/polyfill-php85": "^1.32"
3535
},
3636
"autoload": {

0 commit comments

Comments
 (0)