File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ name : stackgen
2+ image : ghcr.io/stackgenhq/stackgen
3+ type : server
4+ meta :
5+ category : devops
6+ tags :
7+ - stackgen
8+ - opentofu
9+ about :
10+ title : StackGen
11+ description : AI-powered DevOps assistant for managing cloud infrastructure and applications.
12+ icon : https://docs.stackgen.com/img/logo.svg
13+ run :
14+ command :
15+ - mcp
16+ source :
17+ project : https://github.com/stackgenhq/homebrew-stackgen
18+ dockerfile : stackgen/Dockerfile
19+ config :
20+ description : Configure the connection to StackGen server
21+ secrets :
22+ - name : stackgen.api_key
23+ env : STACKGEN_TOKEN
24+ example : stackgen_abc123def456ghi789jkl012mno345pqr678stu901vwx
25+ env :
26+ - name : STACKGEN_URL
27+ example : https://cloud.stackgen.com
28+ default : " https://cloud.stackgen.com"
29+ value : " {{stackgen.url}}"
30+ parameters :
31+ type : object
32+ required :
33+ - url
34+ properties :
35+ url :
36+ type : string
37+ description : URL of your StackGen instance
38+ example : https://cloud.stackgen.com
39+ default : https://cloud.stackgen.com
You can’t perform that action at this time.
0 commit comments