feat(server): Add support for streamable-http transport type

This commit is contained in:
Chris Coutinho
2025-09-11 17:01:29 +02:00
parent e7c4eb0842
commit c1c5a61952
3 changed files with 24 additions and 14 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ services:
mcp:
build: .
command: ["--host", "0.0.0.0"]
command: ["--host", "0.0.0.0", "--transport", "streamable-http"]
ports:
- 8000:8000
environment: