Skip to content

Commit 718da1d

Browse files
committed
fix: update server definition (input type 'password' -> 'text' for DIGITALOCEAN_API_TOKEN)
1 parent 85e2c59 commit 718da1d

1 file changed

Lines changed: 21 additions & 11 deletions

File tree

servers/com.digitalocean-mcp.json

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,26 @@
66
"description": "Manage DigitalOcean infrastructure including Droplets, App Platform, databases, Kubernetes clusters, networking, and Spaces object storage.",
77
"icon": "https://avatars.githubusercontent.com/u/4650108?v=4",
88
"schema_version": "2.1",
9-
"categories": ["cloud", "developer-tools"],
10-
"tags": ["digitalocean", "cloud", "droplets", "kubernetes", "databases", "hosting", "infrastructure"],
11-
9+
"categories": [
10+
"cloud",
11+
"developer-tools"
12+
],
13+
"tags": [
14+
"digitalocean",
15+
"cloud",
16+
"droplets",
17+
"kubernetes",
18+
"databases",
19+
"hosting",
20+
"infrastructure"
21+
],
1222
"transport": {
1323
"type": "stdio",
1424
"command": "npx",
15-
"args": ["-y", "@digitalocean/mcp"],
25+
"args": [
26+
"-y",
27+
"@digitalocean/mcp"
28+
],
1629
"env": {
1730
"DIGITALOCEAN_API_TOKEN": "${input:DIGITALOCEAN_API_TOKEN}"
1831
},
@@ -22,7 +35,7 @@
2235
"id": "DIGITALOCEAN_API_TOKEN",
2336
"label": "DigitalOcean API Token",
2437
"description": "Personal access token for the DigitalOcean API.",
25-
"type": "password",
38+
"type": "text",
2639
"required": true,
2740
"secret": true,
2841
"placeholder": "dop_v1_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
@@ -35,26 +48,23 @@
3548
]
3649
}
3750
},
38-
3951
"auth": {
4052
"type": "api_key",
4153
"instructions": "Generate a personal access token at https://cloud.digitalocean.com/account/api/tokens"
4254
},
43-
4455
"contributor": {
4556
"name": "DigitalOcean",
4657
"github": "digitalocean",
4758
"url": "https://www.digitalocean.com"
4859
},
49-
5060
"links": {
5161
"repository": "https://github.com/digitalocean-labs/mcp-digitalocean",
5262
"homepage": "https://www.digitalocean.com",
5363
"documentation": "https://docs.digitalocean.com/products/app-platform/how-to/use-mcp/"
5464
},
55-
56-
"platforms": ["all"],
57-
65+
"platforms": [
66+
"all"
67+
],
5868
"capabilities": {
5969
"tools": true,
6070
"resources": false,

0 commit comments

Comments
 (0)