File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6666 - name : Install dependencies
6767 run : |
6868 sudo apt-get update && sudo apt-get install -y jq
69- curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.3.0/mcp-publisher_1.3.0_linux_amd64 .tar.gz" | tar xz mcp-publisher
69+ curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.3.0/mcp-publisher_linux_amd64 .tar.gz" | tar xz mcp-publisher
7070 chmod +x mcp-publisher
7171 sudo mv mcp-publisher /usr/local/bin/
7272
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN go build -o mcp-grafana ./cmd/mcp-grafana
1919# Final stage
2020FROM debian:bullseye-slim
2121
22- LABEL io.modelcontextprotocol.server.name="io.modelcontextprotocol.anonymous /mcp-grafana"
22+ LABEL io.modelcontextprotocol.server.name="io.github.grafana /mcp-grafana"
2323
2424# Install ca-certificates for HTTPS requests
2525RUN apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/*
You can’t perform that action at this time.
0 commit comments