mcp-cli-builder
Generate a command-line interface that handles the MCP server startup. This will build a command line parser using clap with:
- options to start the server in stdio mode or with server-sent events (with
--host
and--port
) - a clear
help
command which includes the available tools. - an option to change the default request timeout (in humantime format)
For complete documentation and examples, see the main project README.
License
This project is available under the MIT license. See LICENSE.txt for details.