You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/reference/cli.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ description: >
24
24
||`--telemetry-gcp`| Enable exporting directly to Google Cloud Monitoring. ||
25
25
||`--telemetry-otlp`| Enable exporting using OpenTelemetry Protocol (OTLP) to the specified endpoint (e.g. 'http://127.0.0.1:4318')||
26
26
||`--telemetry-service-name`| Sets the value of the service.name resource attribute for telemetry data. |`toolbox`|
27
+
||`--sql-commenter`| Append SQLCommenter-format comments (traceparent, server, tool.name, db.system.name, client metadata from `_meta["dev.mcp-toolbox/telemetry"]`) to executed SQL. ||
27
28
||`--config`| File path specifying the tool configuration. Cannot be used with --configs or --config-folder. ||
28
29
||`--configs`| Multiple file paths specifying tool configurations. Files will be merged. Cannot be used with --config or --config-folder. ||
29
30
||`--config-folder`| Directory path containing YAML tool configuration files. All .yaml and .yml files in the directory will be loaded and merged. Cannot be used with --config or --configs. ||
0 commit comments