File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 4646 org.opencontainers.image.description=Model Context Protocol server for ZenML
4747 org.opencontainers.image.source=https://github.com/${{ github.repository }}
4848 org.opencontainers.image.licenses=MIT
49+ io.modelcontextprotocol.server.name=io.github.zenml-io/mcp-zenml
4950
5051 - name : Build and push
5152 uses : docker/build-push-action@v6
Original file line number Diff line number Diff line change 4242 org.opencontainers.image.description=Model Context Protocol server for ZenML
4343 org.opencontainers.image.source=https://github.com/${{ github.repository }}
4444 org.opencontainers.image.licenses=MIT
45+ io.modelcontextprotocol.server.name=io.github.zenml-io/mcp-zenml
4546
4647 - name : Build and push
4748 uses : docker/build-push-action@v6
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ COPY --chown=appuser:appuser server/zenml_server.py /app/server/zenml_server.py
3737LABEL org.opencontainers.image.title="ZenML MCP Server" \
3838 org.opencontainers.image.description="Model Context Protocol server for ZenML" \
3939 org.opencontainers.image.source="https://github.com/zenml-io/mcp-zenml" \
40- org.opencontainers.image.licenses="MIT"
40+ org.opencontainers.image.licenses="MIT" \
41+ io.modelcontextprotocol.server.name="io.github.zenml-io/mcp-zenml"
4142
4243ENTRYPOINT ["python" , "-u" , "server/zenml_server.py" ]
You can’t perform that action at this time.
0 commit comments