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 202c2f6 commit e04431bCopy full SHA for e04431b
mcp-registry/servers/circleci.json
@@ -11,10 +11,7 @@
11
"name": "CircleCI"
12
},
13
"license": "MIT",
14
- "categories": [
15
- "Dev Tools",
16
- "Professional Apps"
17
- ],
+ "categories": ["Dev Tools", "Professional Apps"],
18
"tags": [
19
"circleci",
20
"ci-cd",
@@ -28,10 +25,7 @@
28
25
"npm": {
29
26
"type": "npm",
30
27
"command": "npx",
31
- "args": [
32
- "-y",
33
- "@circleci/mcp-server"
34
+ "args": ["-y", "@circleci/mcp-server-circleci"],
35
"env": {
36
"CIRCLECI_TOKEN": "${CIRCLECI_TOKEN}"
37
@@ -47,7 +41,7 @@
47
41
"--rm",
48
42
"-e",
49
43
"CIRCLECI_TOKEN",
50
- "circleci/mcp-server"
44
+ "circleci:mcp-server-circleci"
51
45
],
52
46
53
@@ -266,4 +260,4 @@
266
260
}
267
261
268
262
"is_official": true
269
-}
263
+}
0 commit comments