File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
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" ,
You can’t perform that action at this time.
0 commit comments