We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c714b3 commit f7ef003Copy full SHA for f7ef003
Dockerfile
@@ -1,4 +1,7 @@
1
-ARG VERSION=latest
2
FROM node:22-alpine
+ARG VERSION=latest
3
RUN npm install -g mongodb-mcp-server@${VERSION}
4
CMD ["mongodb-mcp-server"]
5
+LABEL maintainer="MongoDB Inc <[email protected]>"
6
+LABEL description="MongoDB MCP Server"
7
+LABEL version=${VERSION}
0 commit comments