Skip to content

feat: add 8 service skills for full MCP server parity (#4) #8

feat: add 8 service skills for full MCP server parity (#4)

feat: add 8 service skills for full MCP server parity (#4) #8

Workflow file for this run

name: Validate
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Validate manifests and skills
run: python3 tools/validate.py