Skip to content

Commit 59e3901

Browse files
committed
Standardize capitalization in MCP server name within Dockerfile label.
1 parent 3f6f474 commit 59e3901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FROM python:3.11-slim AS base
44

55
# MCP Server validation label for Docker registry
6-
LABEL io.modelcontextprotocol.server.name="io.github.codealive-ai/codealive-mcp"
6+
LABEL io.modelcontextprotocol.server.name="io.github.CodeAlive-AI/codealive-mcp"
77

88
# Set working directory
99
WORKDIR /app

0 commit comments

Comments
 (0)