Skip to content

Commit 99df861

Browse files
committed
fix: update server definition (input type 'password' -> 'text' for CONTENTFUL_MANAGEMENT_ACCESS_TOKEN)
1 parent 5edddb5 commit 99df861

1 file changed

Lines changed: 19 additions & 11 deletions

File tree

servers/com.contentful-mcp.json

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,24 @@
66
"description": "Manage Contentful spaces, content types, entries, and assets. Create and update structured content through the Content Management API.",
77
"icon": "https://avatars.githubusercontent.com/u/472182?v=4",
88
"schema_version": "2.1",
9-
"categories": ["developer-tools", "productivity"],
10-
"tags": ["contentful", "cms", "headless-cms", "content", "api"],
11-
9+
"categories": [
10+
"developer-tools",
11+
"productivity"
12+
],
13+
"tags": [
14+
"contentful",
15+
"cms",
16+
"headless-cms",
17+
"content",
18+
"api"
19+
],
1220
"transport": {
1321
"type": "stdio",
1422
"command": "npx",
15-
"args": ["-y", "@contentful/mcp-server"],
23+
"args": [
24+
"-y",
25+
"@contentful/mcp-server"
26+
],
1627
"env": {
1728
"CONTENTFUL_MANAGEMENT_ACCESS_TOKEN": "${input:CONTENTFUL_MANAGEMENT_ACCESS_TOKEN}",
1829
"SPACE_ID": "${input:SPACE_ID}"
@@ -23,7 +34,7 @@
2334
"id": "CONTENTFUL_MANAGEMENT_ACCESS_TOKEN",
2435
"label": "Contentful Management Token",
2536
"description": "Content Management API token for your Contentful space.",
26-
"type": "password",
37+
"type": "text",
2738
"required": true,
2839
"secret": true,
2940
"placeholder": "CFPAT-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
@@ -50,26 +61,23 @@
5061
]
5162
}
5263
},
53-
5464
"auth": {
5565
"type": "api_key",
5666
"instructions": "Get a CMA token at https://app.contentful.com/account/profile/cma_tokens"
5767
},
58-
5968
"contributor": {
6069
"name": "Contentful",
6170
"github": "contentful",
6271
"url": "https://www.contentful.com"
6372
},
64-
6573
"links": {
6674
"repository": "https://github.com/contentful/contentful-mcp-server",
6775
"homepage": "https://www.contentful.com",
6876
"documentation": "https://www.contentful.com/developers/docs/"
6977
},
70-
71-
"platforms": ["all"],
72-
78+
"platforms": [
79+
"all"
80+
],
7381
"capabilities": {
7482
"tools": true,
7583
"resources": false,

0 commit comments

Comments
 (0)