GitHub Action Submission: Clarvia AEO Check
clarvia-project/clarvia-action is a GitHub Action that automatically scans MCP (Model Context Protocol) server configs for AI agent compatibility and posts scores as PR comments.
What it does
- Auto-detects MCP server configs (
server.json, mcp.json, smithery.yaml) in PRs
- Scores them via the Clarvia API on 10 agent-readiness dimensions (AEO score 0-100)
- Posts results as a formatted PR comment
- Supports
fail-under threshold to block merges below a minimum score
Usage
- name: Check MCP server AEO readiness
uses: clarvia-project/clarvia-action@v1.0.2
with:
fail-under: 60 # Optional: fail if score < 60
post-comment: 'true'
Links
Category: Static Analysis / Code Quality (MCP server configs are increasingly part of codebases, and ensuring agent-readiness of these configs is a new category of CI/CD checks)
GitHub Action Submission: Clarvia AEO Check
clarvia-project/clarvia-action is a GitHub Action that automatically scans MCP (Model Context Protocol) server configs for AI agent compatibility and posts scores as PR comments.
What it does
server.json,mcp.json,smithery.yaml) in PRsfail-underthreshold to block merges below a minimum scoreUsage
Links
Category: Static Analysis / Code Quality (MCP server configs are increasingly part of codebases, and ensuring agent-readiness of these configs is a new category of CI/CD checks)