From 215faad8a1cbfa01378ff6655a25e7256cdc5c0f Mon Sep 17 00:00:00 2001 From: Alexander Matyushentsev Date: Thu, 2 Oct 2025 09:10:17 -0700 Subject: [PATCH 1/2] remove akuity reference Signed-off-by: Alexander Matyushentsev --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d442aac..bec72dd 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,6 @@ const urlForGithub = `https://insiders.vscode.dev/redirect?url=${encodeURICompon [Install in VS Code](https://insiders.vscode.dev/redirect?url=vscode%3Amcp%2Finstall%3F%257B%2522name%2522%253A%2522argocd-mcp%2522%252C%2522command%2522%253A%2522npx%2522%252C%2522args%2522%253A%255B%2522argocd-mcp%2540latest%2522%252C%2522stdio%2522%255D%252C%2522env%2522%253A%257B%2522ARGOCD_BASE_URL%2522%253A%2522%253Cargocd_url%253E%2522%252C%2522ARGOCD_API_TOKEN%2522%253A%2522%253Cargocd_token%253E%2522%257D%257D) [Install in VS Code Insiders](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Amcp%2Finstall%3F%257B%2522name%2522%253A%2522argocd-mcp%2522%252C%2522command%2522%253A%2522npx%2522%252C%2522args%2522%253A%255B%2522argocd-mcp%2540latest%2522%252C%2522stdio%2522%255D%252C%2522env%2522%253A%257B%2522ARGOCD_BASE_URL%2522%253A%2522%253Cargocd_url%253E%2522%252C%2522ARGOCD_API_TOKEN%2522%253A%2522%253Cargocd_token%253E%2522%257D%257D) -This project is maintained by [Akuity](https://akuity.io/), the creators of Argo Project. - -akuity - -Akuity is the enterprise company for Argo and Kargo, and provides the essential platform for end-to-end GitOps for Kubernetes. With the Akuity Platform, enterprises can deploy with managed Argo CD, promote seamlessly with Kargo, and gain real-time visibility into their infrastructure using Akuity Monitoring. Akuity was founded by Argo creators Hong Wang, Jesse Suen, and Alexander Matyushentsev, with a mission to empower both Platform and Application teams with the best tools for GitOps at enterprise scale. - --- ![argocd-mcp-demo](https://github.com/user-attachments/assets/091548d0-9927-4d4b-a2fe-4f99c7cea108) @@ -169,8 +163,8 @@ By default, all the tools will be available. 1. Clone the repository: ```bash -git clone https://github.com/akuity/argocd-mcp.git -cd argocd-mcp +git clone https://github.com/argoproj-labs/mcp-for-argocd.git +cd mcp-for-argocd ``` 2. Install project dependencies: @@ -198,3 +192,7 @@ To update the TypeScript type definitions based on the latest Argo CD API specif ``` 4. Update the `src/types/argocd-types.ts` file to export the required types from the newly generated `src/types/argocd.d.ts`. This step often requires manual review to ensure only necessary types are exposed. + +## Credits + +The project was initially created and donated by [@jiachengxu](https://github.com/jiachengxu), [@imwithye](https://github.com/imwithye), [@hwwn](https://github.com/hwwn), and [@alexmt](https://github.com/alexmt) from [Akuity](https://akuity.io/). \ No newline at end of file From 336c47d5feebc64b50e6b743e77992617edfbabf Mon Sep 17 00:00:00 2001 From: Alexander Matyushentsev Date: Fri, 3 Oct 2025 10:26:27 -0700 Subject: [PATCH 2/2] remove akuity references Signed-off-by: Alexander Matyushentsev --- LICENSE | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 306c902..199655e 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2025 Akuity, Inc. + Copyright 2025 Argoproj Contributors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/package.json b/package.json index 31f49f7..c8eeec2 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Argo CD MCP Server", "repository": { "type": "git", - "url": "git+https://github.com/akuity/argocd-mcp.git" + "url": "git+https://github.com/argoproj-labs/mcp-for-argocd.git" }, "keywords": [ "mcp", @@ -45,7 +45,7 @@ "generate-types": "dtsgen -c dtsgen.json -o src/types/argocd.d.ts swagger.json", "prepare": "npm run build" }, - "author": "Akuity, Inc.", + "author": "Argo Proj Contributors.", "license": "Apache-2.0", "dependencies": { "@modelcontextprotocol/sdk": "^1.10.1",