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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 11, 2026
License
AGPL 3.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: mizcausevic-dev/mcp-tool-card-readme-generator-action@9c221c77bd9a03df16a05223015ef13b83f9ea9a # v1.0-prod

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
card-pathPath (relative to repo root) to the MCP Tool Card JSON file.yes
output-pathOptional. If set, the rendered Markdown is written to this path (relative to repo root).no
comment-on-prPost the rendered Markdown as a PR comment. 'auto' (default) posts only on pull_request events.noauto
hide-badgesSuppress the trailing safety badges (default 'false').nofalse
github-tokenToken used to post the PR comment (defaults to GITHUB_TOKEN).no${{ github.token }}
namedescription
markdown-lengthLength (in characters) of the rendered Markdown.
output-writtenTrue iff an output-path was specified and successfully written.