Created via MCP
This commit is contained in:
13
apps/ollama-mcp/mcp-argocd/package.json
Normal file
13
apps/ollama-mcp/mcp-argocd/package.json
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"name": "mcp-argocd-server",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "MCP Server for ArgoCD GitOps",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": { "start": "node index.js" },
|
||||||
|
"dependencies": {
|
||||||
|
"express": "^4.18.2",
|
||||||
|
"axios": "^1.6.0"
|
||||||
|
},
|
||||||
|
"author": "Vladimiras Levinas",
|
||||||
|
"license": "MIT"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user