fix(mcp): support streamable HTTP alias and request-response mode

This commit is contained in:
afjcjsbx
2026-05-07 19:24:02 +02:00
parent 81a050555d
commit 6e8590900b
22 changed files with 1032 additions and 39 deletions
+19
View File
@@ -0,0 +1,19 @@
services:
integration-runner:
image: golang:1.25-bookworm
working_dir: /workspace
entrypoint: ["bash", "-lc"]
volumes:
- .:/workspace
- picoclaw-integration-gocache:/go-build-cache
- picoclaw-integration-gomodcache:/go-mod-cache
environment:
GOCACHE: /go-build-cache
GOMODCACHE: /go-mod-cache
GOTOOLCHAIN: local
CGO_ENABLED: "0"
GOFLAGS: -tags=goolm,stdjson,integration
volumes:
picoclaw-integration-gocache:
picoclaw-integration-gomodcache: