Configuration Options
This document provides an overview of how to configure the trento-mcp-server
using command-line parameters.
Command-Line Parameters
The trento-mcp-server
binary accepts several command-line flags to configure its behavior.
Flag | Default | Description |
---|---|---|
|
|
The port on which to run the server. |
|
|
Path to the OpenAPI spec file. |
|
|
The protocol to use. Can be |
|
URL for the target Trento server. |
|
|
|
The HTTP header name that clients should use to send the Trento API key. |
|
|
A comma-separated list of OpenAPI tags. Only operations with at least one of these tags will be exposed as tools. |
|
|
Log level verbosity. Can be |
You can see all available flags by running:
trento-mcp-server --help