Description
When running npx @azeth/mcp-server --help, show a formatted list of all 32 tools with short descriptions.
Why
Developers evaluating the MCP server want to quickly see what tools are available before configuring it. A good --help output acts as instant documentation.
Suggested approach
- Parse the tool definitions from
src/tools/
- Format as a table or list:
tool_name — description
- Add
--list-tools flag as an alternative
Description
When running
npx @azeth/mcp-server --help, show a formatted list of all 32 tools with short descriptions.Why
Developers evaluating the MCP server want to quickly see what tools are available before configuring it. A good
--helpoutput acts as instant documentation.Suggested approach
src/tools/tool_name — description--list-toolsflag as an alternative