Stream the MCP server over HTTP

## Usage

`circleci mcp stream [flags]`

## Flags

| Flag                 | Description                             |
| -------------------- | --------------------------------------- |
| `--host string`      | host to listen on                       |
| `--log-level string` | Log level (debug, info, warn, error)    |
| `--port int`         | port number to listen on (default 8080) |

Global flags: `-c, --config`, `--debug`, `--no-color`, `-q, --quiet` — see `circleci --help`.

## Details

Start HTTP server to expose CLI commands to AI assistants

