Skip to content

Bump github.com/mark3labs/mcp-go from 0.41.0 to 0.41.1 #33

Bump github.com/mark3labs/mcp-go from 0.41.0 to 0.41.1

Bump github.com/mark3labs/mcp-go from 0.41.0 to 0.41.1 #33

Workflow file for this run

name: Go
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.24.0
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...