File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,23 @@ LABEL maintainer="Vectra AI MCP Server" \
4848 security.non-root="true" \
4949 security.user="vectra"
5050
51+ # Docker catalog metadata
52+ LABEL io.docker.server.metadata="name: vectra-ai-rux-mcp-server\n \
53+ image: mcp/vectra-ai-rux-mcp-server\n \
54+ type: server\n \
55+ config:\n \
56+ secrets:\n \
57+ - name: vectra-ai-rux-mcp-server.vectra_client_secret\n \
58+ env: VECTRA_CLIENT_SECRET\n \
59+ example: '••••••••'\n \
60+ environment:\n \
61+ - name: VECTRA_BASE_URL\n \
62+ value: '{{vectra_base_url}}'\n \
63+ example: 'https://1234.abc.portal.vectra.ai'\n \
64+ - name: VECTRA_CLIENT_ID\n \
65+ value: '{{vectra_client_id}}'\n \
66+ example: '1234567890abcdef'"
67+
5168# Expose port for HTTP transports (SSE and Streamable HTTP)
5269EXPOSE 8000
5370
You can’t perform that action at this time.
0 commit comments