Skip to content

Commit 5030e48

Browse files
committed
discover and hm shortcuts
1 parent f45dce7 commit 5030e48

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

centralmind/discover

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
gateway discover \
2+
-C "clickhouse://sql-clickhouse.clickhouse.com:9440/github?username=demo&password=&secure=true" \
3+
--llm-log llm-log --prompt-file prompt-file \
4+
--ai-reasoning=true \
5+
--ai-provider openai \
6+
--prompt "Develop an API that enables a chatbot to retrieve information about data. \
7+
Try to place yourself as analyst and think what kind of data you will require, \
8+
based on that come up with useful API methods for that"
9+
10+
#https://github.demo.altinity.cloud:8443/

centralmind/hm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# quick install
2+
helm upgrade --install mcp-$1 ./ -f values.yaml -f $1.yaml

0 commit comments

Comments
 (0)