mcp-cli-builder 0.1.4

Command-line interface generation for MCP servers built with mcp-utils
Documentation
---
source: crates/mcp-cli-builder/src/lib.rs
expression: help_output
---
Test MCP Server

Start the MCP server in stdio mode by running the command:
  test-server

To use SSE (Server-Sent Events), pass the --host and/or the --port options
  test-server --port 8080

Usage: test-server [OPTIONS]

Options:
      --timeout <timeout>  Timeout for requests made  (in humantime format, see
                           <https://docs.rs/humantime/latest/humantime/>) [default: 60s]
      --host <host>        Host to bind the server to
  -p, --port <port>        Port to bind the server to
  -h, --help               Print help (see more with '--help')
  -V, --version            Print version