Skip to content

fix: refactor MCP tools to use class-based initialization [DX-579] #949

fix: refactor MCP tools to use class-based initialization [DX-579]

fix: refactor MCP tools to use class-based initialization [DX-579] #949

Workflow file for this run

name: CI
permissions:
contents: read
on:
push:
branches: ['**']
pull_request:
branches: ['**']
jobs:
build:
uses: ./.github/workflows/build.yml
check:
needs: build
uses: ./.github/workflows/check.yml
release:
if: github.event_name == 'push' && (github.ref == 'refs/heads/main')
needs: [build, check]
permissions:
contents: write
id-token: write
actions: read
uses: ./.github/workflows/release.yml
secrets:
VAULT_URL: ${{ secrets.VAULT_URL }}