GitHub Action for the mcp-discovery CLI
Overview
what is MCP Discovery Action?
MCP Discovery Action is a GitHub Action that allows users to run the MCP Discovery CLI for creating, updating, or printing MCP server capability details in various formats such as Markdown.
how to use MCP Discovery Action?
To use MCP Discovery Action, include it in your GitHub workflow YAML file, specifying the command you want to run (create, update, or print) along with the necessary parameters like the MCP launch command and output filename.
key features of MCP Discovery Action?
- Supports multiple commands: create, update, and print.
- Allows output in various formats including Markdown, HTML, and plain text.
- Customizable templates using Handlebars.
- Automatically downloads the latest version of the MCP Discovery CLI.
use cases of MCP Discovery Action?
- Automatically generating documentation for MCP server capabilities.
- Updating existing documentation with new server capabilities.
- Printing server capabilities for quick reference.
FAQ from MCP Discovery Action?
- What commands can I use with MCP Discovery Action?
You can use create, update, or print commands to manage MCP server capabilities.
- Is there a way to customize the output format?
Yes! You can use built-in templates or custom Handlebars templates to format the output.
- How do I specify the version of the MCP Discovery CLI?
You can specify the version using the version input parameter in your workflow.