Skip to content

Commit 49dc8b7

Browse files
authored
docs: remove akuity references (#57)
* remove akuity reference Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com> * remove akuity references Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com> --------- Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
1 parent d76e8b2 commit 49dc8b7

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2025 Akuity, Inc.
189+
Copyright 2025 Argoproj Contributors.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ const urlForGithub = `https://insiders.vscode.dev/redirect?url=${encodeURICompon
2424

2525
[<img src="https://img.shields.io/badge/VS_Code-VS_Code?style=flat-square&label=Install%20Server&color=0098FF" alt="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) [<img alt="Install in VS Code Insiders" src="https://img.shields.io/badge/VS_Code_Insiders-VS_Code_Insiders?style=flat-square&label=Install%20Server&color=24bfa5">](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)
2626

27-
This project is maintained by [Akuity](https://akuity.io/), the creators of Argo Project.
28-
29-
<img align="center" src="https://raw.githubusercontent.com/akuity/argocd-mcp/main/images/akuity.png" alt="akuity" width="50%" height="50%">
30-
31-
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.
32-
3327
---
3428
![argocd-mcp-demo](https://github.com/user-attachments/assets/091548d0-9927-4d4b-a2fe-4f99c7cea108)
3529

@@ -169,8 +163,8 @@ By default, all the tools will be available.
169163

170164
1. Clone the repository:
171165
```bash
172-
git clone https://github.com/akuity/argocd-mcp.git
173-
cd argocd-mcp
166+
git clone https://github.com/argoproj-labs/mcp-for-argocd.git
167+
cd mcp-for-argocd
174168
```
175169

176170
2. Install project dependencies:
@@ -198,3 +192,7 @@ To update the TypeScript type definitions based on the latest Argo CD API specif
198192
```
199193

200194
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.
195+
196+
## Credits
197+
198+
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/).

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Argo CD MCP Server",
55
"repository": {
66
"type": "git",
7-
"url": "git+https://github.com/akuity/argocd-mcp.git"
7+
"url": "git+https://github.com/argoproj-labs/mcp-for-argocd.git"
88
},
99
"keywords": [
1010
"mcp",
@@ -45,7 +45,7 @@
4545
"generate-types": "dtsgen -c dtsgen.json -o src/types/argocd.d.ts swagger.json",
4646
"prepare": "npm run build"
4747
},
48-
"author": "Akuity, Inc.",
48+
"author": "Argo Proj Contributors.",
4949
"license": "Apache-2.0",
5050
"dependencies": {
5151
"@modelcontextprotocol/sdk": "^1.10.1",

0 commit comments

Comments
 (0)