Skip to content

Commit 5a1a95e

Browse files
author
Bryan Chasko
committed
fix: use streamable_http transport for qdrant + valkey — connect to persistent MCP endpoints directly
1 parent ff0b9c3 commit 5a1a95e

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

.goose/extensions/full.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# marvel-snap project extensions — lighter set for this project
2-
# uses container-based launchers (Docker-in-Docker) that work inside goose container
3-
# bridge launchers (npx supergateway) do not work inside Docker — no Node.js
2+
# qdrant + valkey use streamable_http transport → connect directly to
3+
# persistent heraldstack-infra MCP endpoints, zero startup lag
4+
# github + context7 remain stdio (no persistent HTTP endpoint for these)
45
#
56
# run scripts/snap-setup.sh to verify infra is up before starting a session
67

@@ -40,20 +41,20 @@ extensions:
4041
args: []
4142
timeout: 300
4243

43-
# --- memory (container-based launchers — Docker-in-Docker) ---
44+
# --- memory (streamable_http → persistent heraldstack-infra endpoints) ---
4445

4546
qdrant-shared:
4647
enabled: true
47-
type: stdio
48+
type: streamable_http
4849
name: qdrant-shared
49-
cmd: /home/bryanchasko/code/heraldstack/heraldstack-mcp/launchers/core/qdrant.sh
50-
args: ["shared-knowledge"]
50+
description: qdrant shared-knowledge collection via persistent MCP endpoint
51+
uri: http://host.docker.internal:8102/mcp/
5152
timeout: 300
5253

5354
valkey:
5455
enabled: true
55-
type: stdio
56+
type: streamable_http
5657
name: valkey
57-
cmd: /home/bryanchasko/code/heraldstack/heraldstack-mcp/launchers/core/valkey-mcp.sh
58-
args: []
58+
description: valkey cache via persistent MCP endpoint
59+
uri: http://host.docker.internal:8110/mcp
5960
timeout: 120

0 commit comments

Comments
 (0)