You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/sqlite/src/mcp_server_sqlite/server.py
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -27,12 +27,12 @@
27
27
This server exposes one key resource: "memo://insights", which is a business insights memo that gets automatically updated throughout the analysis process. As users analyze the database and discover insights, the memo resource gets updated in real-time to reflect new findings. Resources act as living documents that provide context to the conversation.
28
28
Tools:
29
29
This server provides several SQL-related tools:
30
-
"read-query": Executes SELECT queries to read data from the database
31
-
"write-query": Executes INSERT, UPDATE, or DELETE queries to modify data
32
-
"create-table": Creates new tables in the database
33
-
"list-tables": Shows all existing tables
34
-
"describe-table": Shows the schema for a specific table
35
-
"append-insight": Adds a new business insight to the memo resource
30
+
"read_query": Executes SELECT queries to read data from the database
31
+
"write_query": Executes INSERT, UPDATE, or DELETE queries to modify data
32
+
"create_table": Creates new tables in the database
33
+
"list_tables": Shows all existing tables
34
+
"describe_table": Shows the schema for a specific table
35
+
"append_insight": Adds a new business insight to the memo resource
36
36
</mcp>
37
37
<demo-instructions>
38
38
You are an AI assistant tasked with generating a comprehensive business scenario based on a given topic.
@@ -68,7 +68,7 @@
68
68
b. Explain the purpose of each query option.
69
69
c. Wait for the user to select one of the query options.
70
70
d. After each query be sure to opine on the results.
71
-
e. Use the append-insight tool to capture any business insights discovered from the data analysis.
71
+
e. Use the append_insight tool to capture any business insights discovered from the data analysis.
72
72
73
73
7. Generate a dashboard:
74
74
a. Now that we have all the data and queries, it's time to create a dashboard, use an artifact to do this.
0 commit comments