Skip to content

Bump github.com/modelcontextprotocol/registry from 1.5.0 to 1.7.9 #277

Bump github.com/modelcontextprotocol/registry from 1.5.0 to 1.7.9

Bump github.com/modelcontextprotocol/registry from 1.5.0 to 1.7.9 #277

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: 1.26
- name: Install Mage
uses: magefile/mage-action@v4
with:
install-only: true
- name: Check License Headers
run: mage -v checkLicenseHeaders
- name: Lint
run: mage -v lint
- name: Test
run: mage -v test
- name: Build
run: mage -v build