huskies: merge 509_bug_create_story_silently_drops_description_and_any_other_unknown_parameters_with_no_error
This commit is contained in:
@@ -334,6 +334,10 @@ fn handle_tools_list(id: Option<Value>) -> JsonRpcResponse {
|
||||
"type": "string",
|
||||
"description": "Optional user story text (As a..., I want..., so that...)"
|
||||
},
|
||||
"description": {
|
||||
"type": "string",
|
||||
"description": "Optional description / background context for the story"
|
||||
},
|
||||
"acceptance_criteria": {
|
||||
"type": "array",
|
||||
"items": { "type": "string" },
|
||||
|
||||
Reference in New Issue
Block a user