Skip to content

chore: bump version to 0.5.2 #11

chore: bump version to 0.5.2

chore: bump version to 0.5.2 #11

Workflow file for this run

name: Publish to MCP Registry
on:
push:
branches: [main]
paths: ['server.json', 'package.json']
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
environment:
name: production
permissions:
contents: read
id-token: write
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Install MCP Publisher
run: |
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
- name: Login to MCP Registry
run: ./mcp-publisher login github-oidc
- name: Publish to MCP Registry
run: ./mcp-publisher publish