We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc4b35 commit c2ed66dCopy full SHA for c2ed66d
src/common/config.ts
@@ -165,12 +165,11 @@ function isConnectionSpecifier(arg: string | undefined): boolean {
165
interface ConfigFieldMeta {
166
/**
167
* Custom description for the default value, used when generating documentation.
168
- * Example: "see below*" or "`\"disk,mcp\"` see below*"
169
*/
170
defaultValueDescription?: string;
171
172
* Marks the field as containing sensitive/secret information, used for MCP Registry.
173
- * Secret fields will be redacted in logs and marked as secret in environment variable definitions.
+ * Secret fields will be marked as secret in environment variable definitions.
174
175
isSecret?: boolean;
176
0 commit comments