generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 313
Open
Description
Checks
- I have searched github.com/aws/amazon-q-developer-cli/issues and there are no duplicates of my issue
Operating system
MacOS
Expected behaviour
Q CLI tells me exactly what went wrong with my @<prompt>
invocation when I omit/malform prompt inputs.
Actual behaviour
Q CLI gives me a raw error message when I omit/malform prompt inputs.
Error encountered while retrieving prompt:
{
"code": -32602,
"message": "MCP error -32602: Invalid arguments for prompt {prompt_name}: [\n {\n \"{input1}\": \"invalid_type\",\n \"expected\": \"object\",\n \"received\": \"undefined\",\n \"{input2}\": [],\n \"message\": \"Required\"\n }\n]"
}
Steps to reproduce
Use @<prompt>
and omit inputs.
Metadata
Metadata
Assignees
Labels
No labels