diff --git a/containers/serena-mcp-server/Dockerfile b/containers/serena-mcp-server/Dockerfile index b21fb6f1..a878a436 100644 --- a/containers/serena-mcp-server/Dockerfile +++ b/containers/serena-mcp-server/Dockerfile @@ -3,6 +3,14 @@ FROM python:3.11-slim +# OCI labels for GitHub Container Registry +LABEL org.opencontainers.image.title="Serena MCP Server" +LABEL org.opencontainers.image.description="A containerized MCP server with semantic code analysis for Python, Java, JavaScript/TypeScript, and Go" +LABEL org.opencontainers.image.source="https://github.com/githubnext/gh-aw-mcpg" +LABEL org.opencontainers.image.documentation="https://github.com/githubnext/gh-aw-mcpg/blob/main/containers/serena-mcp-server/README.md" +LABEL org.opencontainers.image.url="https://github.com/githubnext/gh-aw-mcpg/pkgs/container/serena-mcp-server" +LABEL org.opencontainers.image.vendor="GitHub" + # Set working directory WORKDIR /app