mizcausevic-dev/MCP Tool Card README Generator
Render a Markdown README from an MCP Tool Card JSON. Post as PR comment or commit to a target path.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 11, 2026
- License
- AGPL 3.0
Pinned Snippet
uses: mizcausevic-dev/mcp-tool-card-readme-generator-action@9c221c77bd9a03df16a05223015ef13b83f9ea9a # v1.0-prodtags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| card-path | Path (relative to repo root) to the MCP Tool Card JSON file. | yes | — |
| output-path | Optional. If set, the rendered Markdown is written to this path (relative to repo root). | no | — |
| comment-on-pr | Post the rendered Markdown as a PR comment. 'auto' (default) posts only on pull_request events. | no | auto |
| hide-badges | Suppress the trailing safety badges (default 'false'). | no | false |
| github-token | Token used to post the PR comment (defaults to GITHUB_TOKEN). | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| markdown-length | Length (in characters) of the rendered Markdown. |
| output-written | True iff an output-path was specified and successfully written. |