Skip to content

Commit 4fe110e

Browse files
committed
fix: update argument name in prompt definition from 'use-context' to 'useContext'
1 parent e75f040 commit 4fe110e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/late-goats-unite.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const definition: PromptDefinition = {
1212
description: 'Ask a question about the database',
1313
arguments: {
1414
question: z.string(),
15-
'use-context': z.string().optional(),
15+
useContext: z.string().optional(),
1616
},
1717
};
1818

0 commit comments

Comments
 (0)