File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments