We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c30dea commit 29e09adCopy full SHA for 29e09ad
README.md
@@ -120,9 +120,12 @@ This MCP server implements the following security mechanisms to ensure database
120
- Guide prompt for asking questions about the database
121
- Parameters:
122
- `question` (required): Question about the database
123
- - `use-context` (optional): Whether to include database context
+ - `useContext` (optional): Whether to include database context
124
- Helps AI create effective database queries
125
126
+2. **wrap-up**
127
+ - Wrap up the conversation and generate a schema document
128
+ - Can be used to save database context from the conversation and boost the query building process
129
130
## Authentication
131
0 commit comments