Skip to content

Commit c2ed66d

Browse files
committed
chore: fixup descriptions
1 parent edc4b35 commit c2ed66d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/common/config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,11 @@ function isConnectionSpecifier(arg: string | undefined): boolean {
165165
interface ConfigFieldMeta {
166166
/**
167167
* Custom description for the default value, used when generating documentation.
168-
* Example: "see below*" or "`\"disk,mcp\"` see below*"
169168
*/
170169
defaultValueDescription?: string;
171170
/**
172171
* 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.
172+
* Secret fields will be marked as secret in environment variable definitions.
174173
*/
175174
isSecret?: boolean;
176175

0 commit comments

Comments
 (0)