Compare commits

...

3 Commits

Author SHA1 Message Date
github-actions[bot] 52a29da38d chore: release version 0.4.11 2026-02-24 01:45:24 +00:00
github-actions[bot] ea71f71c74 chore: release version 0.4.9 2026-02-24 01:25:29 +00:00
Chris Farhood f6eceb4d94 fix(helm): shorten sequentialthinking port name (fixes #48) 2026-02-23 20:24:27 -05:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,5 +2,5 @@ apiVersion: v2
name: devcontainer name: devcontainer
description: Dev Container with AI coding agents and MCP sidecars description: Dev Container with AI coding agents and MCP sidecars
type: application type: application
version: 0.4.8 version: 0.4.11
appVersion: "latest" appVersion: "latest"
+1 -1
View File
@@ -193,7 +193,7 @@ spec:
imagePullPolicy: Always imagePullPolicy: Always
command: ["fastmcp", "run", "--transport", "sse", "--host", "0.0.0.0", "--port", "{{ .Values.mcp.sidecars.sequentialthinking.port }}"] command: ["fastmcp", "run", "--transport", "sse", "--host", "0.0.0.0", "--port", "{{ .Values.mcp.sidecars.sequentialthinking.port }}"]
ports: ports:
- name: sequentialthinking - name: seqthinking
containerPort: {{ .Values.mcp.sidecars.sequentialthinking.port }} containerPort: {{ .Values.mcp.sidecars.sequentialthinking.port }}
livenessProbe: livenessProbe:
tcpSocket: tcpSocket: