Skip to content

Commit 4428d87

Browse files
author
Marvin Zhang
committed
refactor: update devcontainer features and remove MCP adapter tests
1 parent 8c57c8e commit 4428d87

File tree

2 files changed

+2
-538
lines changed

2 files changed

+2
-538
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
// Features to add to the dev container. More info: https://containers.dev/features.
88
"features": {
99
"ghcr.io/devcontainers/features/github-cli:1": {},
10-
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
10+
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
11+
"ghcr.io/devcontainers/features/sshd:1": {}
1112
},
1213

1314
// Use 'forwardPorts' to make a list of ports inside the container available locally.

0 commit comments

Comments
 (0)