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 e75f040 commit 4fe110eCopy full SHA for 4fe110e
.changeset/late-goats-unite.md
@@ -0,0 +1,5 @@
1
+---
2
+"ansible-database-mcp": patch
3
4
+
5
+update argument name in prompt definition from 'use-context' to 'useContext'
src/prompts/ask.ts
@@ -12,7 +12,7 @@ const definition: PromptDefinition = {
12
description: 'Ask a question about the database',
13
arguments: {
14
question: z.string(),
15
- 'use-context': z.string().optional(),
+ useContext: z.string().optional(),
16
},
17
};
18
0 commit comments