Skip to content

Commit 2e5b4be

Browse files
committed
fix: styles
1 parent 900626a commit 2e5b4be

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
with:
4040
context: .
4141
platforms: linux/amd64,linux/arm64
42-
tags:
43-
${{ env.IMAGE_REPOSITORY }}:${{ env.TAG_PREFIX }}${{ steps.set-properties.outputs.VERSION }}, ${{ env.IMAGE_REPOSITORY }}:${{ env.TAG_PREFIX }}${{ steps.set-properties.outputs.VERSION }}-${{ steps.set-properties.outputs.DATE }}
42+
tags: ${{ env.IMAGE_REPOSITORY }}:${{ env.TAG_PREFIX }}${{ steps.set-properties.outputs.VERSION }}, ${{ env.IMAGE_REPOSITORY }}:${{ env.TAG_PREFIX }}${{ steps.set-properties.outputs.VERSION }}-${{ steps.set-properties.outputs.DATE }}
4443
file: Dockerfile
4544
push: true
4645
# - name: Create Issue

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,15 @@ You can run the MongoDB MCP Server in a Docker container, which provides isolati
118118
You need to provide either a MongoDB connection string OR Atlas API credentials:
119119

120120
##### Option A: With MongoDB connection string
121+
121122
```shell
122123
docker run -i \
123124
-e MDB_MCP_CONNECTION_STRING="mongodb+srv://username:[email protected]/myDatabase" \
124125
mongodb/mongodb-mcp-server:latest
125126
```
126127

127128
##### Option B: With Atlas API credentials
129+
128130
```shell
129131
docker run -i \
130132
-e MDB_MCP_API_CLIENT_ID="your-atlas-service-accounts-client-id" \

0 commit comments

Comments
 (0)