-
Notifications
You must be signed in to change notification settings - Fork 2
Add tool descriptions to --help output #5
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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-toolsflag as an alternative
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers