Skip to content

Add MCP Observatory CI check #3

Add MCP Observatory CI check

Add MCP Observatory CI check #3

Workflow file for this run

name: MCP Observatory
on:
pull_request:
push:
branches: [main]
jobs:
mcp-observatory:
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
fail-fast: false
matrix:
include:
- name: everything
target: .github/mcp-observatory/everything.target.json
- name: sequential-thinking
target: .github/mcp-observatory/sequential-thinking.target.json
steps:
- uses: actions/checkout@v4
- uses: KryptosAI/mcp-observatory/action@main
with:
target: ${{ matrix.target }}
deep: true
security: true
comment-on-pr: true