Skip to content

Commit 7654b37

Browse files
authored
Merge pull request #41 from VictoriaMetrics-Community/deps-update-2025-11-03
updated dependencies and MCP publishing workflow
2 parents 4c7e3a8 + 7becd7a commit 7654b37

File tree

16 files changed

+676
-74
lines changed

16 files changed

+676
-74
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v6
1818
with:
19-
go-version: "1.25.1"
19+
go-version: "1.25.3"
2020

2121
- name: golangci-lint
2222
uses: golangci/golangci-lint-action@v8

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Go
2222
uses: actions/setup-go@v6
2323
with:
24-
go-version: 1.25.1
24+
go-version: 1.25.3
2525

2626
- name: Check licenses and vulnerabilities
2727
run: make check
@@ -87,10 +87,10 @@ jobs:
8787
8888
- name: Install MCP Publisher
8989
run: |
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
90+
curl -L "https://github.com/modelcontextprotocol/registry/releases/latest/download/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
9494

9595
- name: Publish to MCP Registry
96-
run: ./mcp-publisher publish
96+
run: ./mcp-publisher publish

.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ dockers_v2:
4747
- "ghcr.io/victoriametrics-community/mcp-victorialogs"
4848
tags:
4949
- latest
50+
- "{{ .Version }}"
5051
- "v{{ .Version }}"
5152
dockerfile: Dockerfile.goreleaser
5253
labels:

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module github.com/VictoriaMetrics-Community/mcp-victorialogs
22

3-
go 1.25.1
3+
go 1.25.3
44

55
require (
66
github.com/VictoriaMetrics/metrics v1.40.2
77
github.com/blevesearch/bleve/v2 v2.5.4
8-
github.com/mark3labs/mcp-go v0.42.0
8+
github.com/mark3labs/mcp-go v0.43.0
99
github.com/tmc/langchaingo v0.1.14
1010
)
1111

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
7070
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
7171
github.com/mailru/easyjson v0.9.0 h1:PrnmzHw7262yW8sTBwxi1PdJA3Iw/EKBa8psRf7d9a4=
7272
github.com/mailru/easyjson v0.9.0/go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU=
73-
github.com/mark3labs/mcp-go v0.42.0 h1:gk/8nYJh8t3yroCAOBhNbYsM9TCKvkM13I5t5Hfu6Ls=
74-
github.com/mark3labs/mcp-go v0.42.0/go.mod h1:YnJfOL382MIWDx1kMY+2zsRHU/q78dBg9aFb8W6Thdw=
73+
github.com/mark3labs/mcp-go v0.43.0 h1:lgiKcWMddh4sngbU+hoWOZ9iAe/qp/m851RQpj3Y7jA=
74+
github.com/mark3labs/mcp-go v0.43.0/go.mod h1:YnJfOL382MIWDx1kMY+2zsRHU/q78dBg9aFb8W6Thdw=
7575
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
7676
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=
7777
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
33
"name": "io.github.VictoriaMetrics-Community/mcp-victorialogs",
44
"description": "MCP Server for VictoriaLogs. Provides integration with VictoriaLogs API and documentation",
55
"status": "active",
@@ -11,7 +11,7 @@
1111
"packages": [
1212
{
1313
"registryType": "oci",
14-
"identifier": "https://ghcr.io/victoriametrics-community/mcp-victorialogs:v${VERSION}",
14+
"identifier": "ghcr.io/victoriametrics-community/mcp-victorialogs:${VERSION}",
1515
"transport": {
1616
"type": "stdio"
1717
},

vendor/github.com/mark3labs/mcp-go/mcp/types.go

Lines changed: 12 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mark3labs/mcp-go/server/errors.go

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mark3labs/mcp-go/server/inprocess_session.go

Lines changed: 23 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mark3labs/mcp-go/server/roots.go

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)