Skip to content

Commit ebc8b8d

Browse files
committed
feature #919 [Demo][MCP Bundle] Adopt MCP SDK version v0.1.0 (chr-hertel)
This PR was merged into the main branch. Discussion ---------- [Demo][MCP Bundle] Adopt MCP SDK version v0.1.0 | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | | License | MIT Follows first release of MCP SDK Commits ------- e2c0e29 Adopt MCP SDK version v0.1.0
2 parents f0fbf2b + e2c0e29 commit ebc8b8d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

demo/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"ext-gd": "*",
1111
"codewithkyrian/chromadb-php": "^0.4.0",
1212
"league/commonmark": "^2.7",
13-
"mcp/sdk": "@dev",
1413
"mrmysql/youtube-transcript": "^0.0.5",
1514
"php-http/discovery": "^1.20",
1615
"runtime/frankenphp-symfony": "^0.2.0",

src/mcp-bundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"symfony/framework-bundle": "^7.3|^8.0",
1717
"symfony/http-foundation": "^7.3|^8.0",
1818
"symfony/http-kernel": "^7.3|^8.0",
19-
"mcp/sdk": "@dev",
19+
"mcp/sdk": "^0.1",
2020
"symfony/routing": "^7.3|^8.0",
2121
"symfony/psr-http-message-bridge": "^7.3|^8.0",
2222
"php-http/discovery": "^1.20"

0 commit comments

Comments
 (0)