Run action
The recommended approach is to use the reusable workflow which handles all the setup, testing, and deployment. For the complete workflow configuration, visit mcpeval.yml.- Action: action.yaml
- README: run/README.md
- Workflows: mcpeval.yml, mcpeval-reusable.yml
Publish HTML and Badges via Pages
The workflow automatically deploys both the HTML report and badges to GitHub Pages when pushing to main/master branches. After deployment, badges are accessible athttps://<username>.github.io/<repo>/badges/
.
To enable GitHub Pages deployment:
- Enable GitHub Pages in your repository settings
- The workflow will automatically deploy on pushes to main/master
- Badges and reports will be available at your Pages URL