Skip to content

Commit 52c743c

Browse files
Federico Moretticlaude
andauthored
Fix typo: rename cicleci.json to circleci.json (#66)
🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 45e33bd commit 52c743c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

docs/components.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2181,8 +2181,8 @@
21812181
"description": "Analyze Vue.js applications including component composition, reactive data flow, and template-script relationships."
21822182
},
21832183
{
2184-
"name": "cicleci",
2185-
"path": "devtools/cicleci.json",
2184+
"name": "circleci",
2185+
"path": "devtools/circleci.json",
21862186
"category": "devtools",
21872187
"type": "mcp",
21882188
"content": "{\n \"mcpServers\": {\n \"circleci-mcp-server\": {\n \"description\": \"Integrate CircleCI build and deployment pipeline management with your Claude Code workflow. Monitor builds, trigger deployments, and access project insights.\",\n \"command\": \"npx\",\n \"args\": [\"-y\", \"@circleci/mcp-server-circleci\"],\n \"env\": {\n \"CIRCLECI_TOKEN\": \"your-circleci-token\",\n \"CIRCLECI_BASE_URL\": \"https://circleci.com\"\n }\n }\n }\n}",

0 commit comments

Comments
 (0)