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/mcp_data_server/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@
73
73
@click.option(
74
74
"--custom-prompt",
75
75
default=None,
76
-
help="Path to a custom prompt markdown file to use instead of the built-in wetlands-data.md. The file will be combined with duckdb-prompt.md to form the system prompt.",
76
+
help="Path to a custom prompt markdown file to use. The file will be combined with duckdb-prompt.md to form the system prompt.",
# Set prompt metadata based on whether custom prompt is used
35
+
ifcustom_prompt_path:
36
+
prompt_name="data-analyst-prompt"
37
+
prompt_description="A prompt for analyzing data using DuckDB SQL queries"
38
+
prompt_result_description="Data analyst prompt for querying databases"
39
+
else:
40
+
prompt_name="data-descriptions-prompt"
41
+
prompt_description="A prompt for analyzing global wetlands data including GLWD, protected areas, carbon storage, species ranges, and more using DuckDB"
42
+
prompt_result_description="Wetlands data analyst prompt for querying global wetlands datasets"
0 commit comments