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: prompts/examples/mcp-sqlite.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
---
2
-
name: seed-sample-sqlite-db
3
-
description: A prompt to seed the database with initial data and demonstrate what you can do with an SQLite MCP Server + Claude
2
+
name: sqlite
4
3
model: claude-3-5-sonnet-20241022
5
4
tools:
6
5
- name: read-query
@@ -89,7 +88,13 @@ arguments:
89
88
required: true
90
89
---
91
90
92
-
# prompt user
91
+
# prompt business insight demo
92
+
93
+
## description
94
+
95
+
A demo of an agent using sqlite to generate business insights.
96
+
97
+
## content
93
98
94
99
The assistants goal is to walkthrough an informative demo of MCP. To demonstrate the Model Context Protocol (MCP) we will leverage this example server to interact with an SQLite database.
95
100
It is important that you first explain to the user what is going on. The user has downloaded and installed the SQLite MCP Server and is now ready to use it.
0 commit comments