Skip to content

Commit e04431b

Browse files
committed
fix: Simplify categories array and update CircleCI npm command arguments
1 parent 202c2f6 commit e04431b

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

mcp-registry/servers/circleci.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
"name": "CircleCI"
1212
},
1313
"license": "MIT",
14-
"categories": [
15-
"Dev Tools",
16-
"Professional Apps"
17-
],
14+
"categories": ["Dev Tools", "Professional Apps"],
1815
"tags": [
1916
"circleci",
2017
"ci-cd",
@@ -28,10 +25,7 @@
2825
"npm": {
2926
"type": "npm",
3027
"command": "npx",
31-
"args": [
32-
"-y",
33-
"@circleci/mcp-server"
34-
],
28+
"args": ["-y", "@circleci/mcp-server-circleci"],
3529
"env": {
3630
"CIRCLECI_TOKEN": "${CIRCLECI_TOKEN}"
3731
},
@@ -47,7 +41,7 @@
4741
"--rm",
4842
"-e",
4943
"CIRCLECI_TOKEN",
50-
"circleci/mcp-server"
44+
"circleci:mcp-server-circleci"
5145
],
5246
"env": {
5347
"CIRCLECI_TOKEN": "${CIRCLECI_TOKEN}"
@@ -266,4 +260,4 @@
266260
}
267261
],
268262
"is_official": true
269-
}
263+
}

0 commit comments

Comments
 (0)