Skip to content

Commit 1447ecc

Browse files
committed
fixed publishing to MCP registry
1 parent 0b09347 commit 1447ecc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
8888
- name: Install MCP Publisher
8989
run: |
90-
curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.3.0/mcp-publisher_1.3.0_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
90+
curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.3.0/mcp-publisher_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
9191
9292
- name: Login to MCP Registry
9393
run: ./mcp-publisher login github-oidc

server.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"packages": [
1212
{
1313
"registryType": "oci",
14-
"identifier": "https://ghcr.io/victoriametrics-community/mcp-victorialogs",
15-
"version": "v${VERSION}",
14+
"identifier": "https://ghcr.io/victoriametrics-community/mcp-victorialogs:v${VERSION}",
1615
"transport": {
1716
"type": "stdio"
1817
},

0 commit comments

Comments
 (0)