{"openapi":"3.1.0","info":{"title":"Argo CD CLI","description":"Argo CD CLI로 Kubernetes GitOps 지속적 배포를 관리합니다. argocd app create/sync로 Git 저장소의 매니페스트를 클러스터에 자동 동기화하고, 롤백, 헬스 체크, RBAC 정책을 관리합니다.","version":"1.0.0","x-fusepie-id":"cli-argocd","x-fusepie-category":"data","x-fusepie-provider":"Argo Project"},"servers":[{"url":"brew install argocd","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_cli_argocd","summary":"Argo CD CLI","description":"Argo CD CLI로 Kubernetes GitOps 지속적 배포를 관리합니다. argocd app create/sync로 Git 저장소의 매니페스트를 클러스터에 자동 동기화하고, 롤백, 헬스 체크, RBAC 정책을 관리합니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"API key required"}}},"x-mcp-config":{"mcpServers":{"cli-argocd":{"command":"npx","args":["-y","@fusepie/mcp-cli-argocd"],"env":{"API_KEY":""}}}}}