We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c60a2 commit ca7a585Copy full SHA for ca7a585
README.md
@@ -80,7 +80,7 @@ You can use the pre-built image:
80
docker pull public.ecr.aws/mcp-proxy-for-aws/mcp-proxy-for-aws:latest
81
82
# Or pull a specific version
83
-docker pull public.ecr.aws/mcp-proxy-for-aws/mcp-proxy-for-aws:1.1.5
+docker pull public.ecr.aws/mcp-proxy-for-aws/mcp-proxy-for-aws:1.1.6
84
```
85
86
Or build the image locally:
@@ -174,6 +174,7 @@ Using the pre-built public ECR image:
174
"command": "docker",
175
"args": [
176
"run",
177
+ "-i",
178
"--rm",
179
"--volume",
180
"/full/path/to/.aws:/app/.aws:ro",
0 commit comments