rust-mcp-stack/MCP Discovery Action
A GitHub Action to run the mcp-discovery CLI for printing, creating, or updating MCP server capability details
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token used for creating or updating output files containing MCP server capabilities. Defaults to the built-in secrets.GITHUB_TOKEN. | no | ${{ github.token }} |
| command | CLI command to run (print, create, or update) | yes | — |
| mcp-launch-command | Command and arguments to launch the MCP server (e.g., rust-mcp-filesystem . ) | yes | — |
| filename | Output file path for create/update commands | no | mcp-discovery.md |
| template | Built-in template for output (md, md-plain, html, txt) | no | — |
| template-file | Path to a custom Handlebars template file | no | — |
| template-string | Custom Handlebars template content as a string | no | — |
| log-level | Specifies the logging level for the CLI (default: info) | no | info |
| version | CLI version (e.g., latest or v0.1.2) | yes | latest |
Outputs
no outputs