Skip to content

Commit 0b09347

Browse files
authored
Merge pull request #36 from VictoriaMetrics-Community/fix-publishing-to-mcp-registry
fixed publishing to MCP registry
2 parents cfcbe57 + ceb04a0 commit 0b09347

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
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.2.3/mcp-publisher_1.2.3_$(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_1.3.0_$(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 & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"packages": [
1212
{
1313
"registryType": "oci",
14-
"registryBaseUrl": "https://ghcr.io",
15-
"identifier": "victoriametrics-community/mcp-victorialogs",
14+
"identifier": "https://ghcr.io/victoriametrics-community/mcp-victorialogs",
1615
"version": "v${VERSION}",
1716
"transport": {
1817
"type": "stdio"
@@ -25,13 +24,6 @@
2524
"format": "string",
2625
"isSecret": false
2726
},
28-
{
29-
"name": "VL_INSTANCE_TYPE",
30-
"description": "Type of VictoriaMetrics instance (single / cluster)",
31-
"isRequired": true,
32-
"format": "string",
33-
"isSecret": false
34-
},
3527
{
3628
"name": "VL_INSTANCE_BEARER_TOKEN",
3729
"description": "Authentication token for VictoriaMetrics API",

0 commit comments

Comments
 (0)