File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -237,15 +237,15 @@ Describe 'Tests for MCP server' {
237
237
}
238
238
}
239
239
240
- It ' Calling list_dsc_functions with function_name filter works' {
240
+ It ' Calling list_dsc_functions with function_list filter works' {
241
241
$mcpRequest = @ {
242
242
jsonrpc = " 2.0"
243
243
id = 9
244
244
method = " tools/call"
245
245
params = @ {
246
246
name = " list_dsc_functions"
247
247
arguments = @ {
248
- function_name = " array"
248
+ function_list = " array"
249
249
}
250
250
}
251
251
}
@@ -265,7 +265,7 @@ Describe 'Tests for MCP server' {
265
265
params = @ {
266
266
name = " list_dsc_functions"
267
267
arguments = @ {
268
- function_name = " *Array*"
268
+ function_list = " *Array*"
269
269
}
270
270
}
271
271
}
@@ -288,7 +288,7 @@ Describe 'Tests for MCP server' {
288
288
params = @ {
289
289
name = " list_dsc_functions"
290
290
arguments = @ {
291
- function_name = " [invalid]"
291
+ function_list = " [invalid]"
292
292
}
293
293
}
294
294
}
You can’t perform that action at this time.
0 commit comments