fix: use mcp-helm hardcoded port 8012 and remove invalid -port arg

mcp-helm does not support a -port flag — it always listens on 8012.
The invalid argument caused the container to crashloop.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
DevContainer User
2026-02-27 11:41:31 +00:00
parent 41ec70c7da
commit 46dc486cb4
4 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
},
"helm": {
"type": "sse",
"url": "http://localhost:8088/sse"
"url": "http://localhost:8012/sse"
}
}
}