mcp-cli-builder 0.1.0

Command-line interface generation for MCP servers built with mcp-utils
Documentation

checks version license GitHub top language

ko-fi

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.