rmcp upgrade (#4792)
This commit is contained in:
@@ -458,11 +458,13 @@ mod tests {
|
||||
name: "required_arg".to_string(),
|
||||
description: Some("A required argument".to_string()),
|
||||
required: Some(true),
|
||||
title: None,
|
||||
},
|
||||
PromptArgument {
|
||||
name: "optional_arg".to_string(),
|
||||
description: Some("An optional argument".to_string()),
|
||||
required: Some(false),
|
||||
title: None,
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user