We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f45dce7 commit 5030e48Copy full SHA for 5030e48
centralmind/discover
@@ -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
@@ -0,0 +1,2 @@
+# quick install
+helm upgrade --install mcp-$1 ./ -f values.yaml -f $1.yaml
0 commit comments