Skip to content

Commit 968dab9

Browse files
authored
chore: update vscode mcp example (#11)
1 parent 882b688 commit 968dab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/mcp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"id": "argocd-base-url",
55
"type": "promptString",
66
"description": "Enter the ArgoCD base URL",
7-
"password": false,
7+
"password": false
88
},
99
{
1010
"id": "argocd-api-token",
1111
"type": "promptString",
1212
"description": "Enter the ArgoCD API token",
13-
"password": true,
13+
"password": true
1414
}
1515
],
1616
"servers": {

0 commit comments

Comments
 (0)