Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adding MCP Discovery CLI to the Resources section of the README.
It is a command-line tool written in Rust for discovering and documenting MCP Server capabilities. It supports outputting the results in the terminal or saving them to files in Markdown, HTML, or plain text formats.
It is also available as a GithubAction to automate and maintain up-to-date MCP Server documentation.
Here is a sample output that is generated for
@modelcontextprotocol/server-everything
server:server-everything capabilities
Server Details
- Server:- Changes to:Not a server, but a CLI utility for discovering and documenting MCP Server capabilities.
Motivation and Context
It is a command-line tool written in Rust for discovering and documenting MCP Server capabilities. It supports outputting the results in the terminal or saving them to files in Markdown, HTML, or plain text formats.
It can be used to inspect capabilities of a MCP Server right from the terminal, can generate html, md, txt files and supports custom templates.
It is also available as a GithubAction to automate and maintain up-to-date MCP Server documentation.
How Has This Been Tested?
@modelcontextprotocol/server-everything
capabilities : https://rust-mcp-stack.github.io/mcp-discovery/examples/server-info.htmlrust-mcp-filesystem
capabilities : https://rust-mcp-stack.github.io/rust-mcp-filesystem/#/capabilitiesFirst one is generated by CLI and second one is automatically generated with mcp-discovery-action GitHub Action
Breaking Changes
Types of changes
Checklist
Additional context