Skip to content

Commit 073eabd

Browse files
Update sqlite prompt
1 parent da179e7 commit 073eabd

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

prompts/examples/mcp-sqlite.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
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
43
model: claude-3-5-sonnet-20241022
54
tools:
65
- name: read-query
@@ -89,7 +88,13 @@ arguments:
8988
required: true
9089
---
9190

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
9398

9499
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.
95100
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.

src/markdown.clj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777

7878
(defn description-section? [content node]
7979
(when-let [atx-header-node (first (filter #(= "atx_heading" (first %)) node))]
80-
(println "trimmed " (string/trim (from-range (-> atx-header-node (nth 3) (nth 1)) content)))
8180
(= "description" (string/trim (from-range (-> atx-header-node (nth 3) (nth 1)) content)))))
8281

8382
(defn atx-heading-section? [node]

0 commit comments

Comments
 (0)