Synopsis

fcli ai-assist mcp create-http-config [-f] [-c=<configPath>] -t=<type> [[-h] [--env-prefix=<prefix>] [--log-file=<logFile>] [--log-level=<logLevel>] [--log-mask=<level>] [--debug]]

Description

Create a sample HTTP MCP config file for the selected product type.

Options

-c, --config=<configPath>

Output path for the generated config file. Default: mcp-http-config.yaml.

-f, --force

Overwrite an existing config file if it already exists.

-t, --type=<type>

Product type for template generation: ssc or fod.

--debug

Enable collection of debug logs.

--env-prefix=<prefix>

Prefix for resolving default option values. Default value: FCLI_DEFAULT.

-h, --help

Use 'fcli [command] -h' to display help for fcli (sub-)commands.

--log-file=<logFile>

Write log output to file. Default: ./fcli.log if logging is enabled.

--log-level=<logLevel>

Set logging level: TRACE, DEBUG, INFO, WARN, ERROR, NONE.

--log-mask=<level>

Log mask level: high, medium, low, none. Default: medium. Masking is done on a best-effort basis; no guarantee that all sensitive data will be masked.