File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ availableTools workerRefs statusRef =
293293 , Tool " inspect_corpus_transactions" " Browse the corpus transactions" inspectCorpusTransactionsTool
294294 , Tool " inject_transaction" " Inject a transaction into a sequence and execute it" injectTransactionTool
295295 , Tool " dump_lcov" " Dump coverage in LCOV format" dumpLcovTool
296- , Tool " fuzz_transaction" " Fuzz a transaction with optional concrete arguments" fuzzTransactionTool
296+ , Tool " fuzz_transaction" " Fuzz a single transaction with optional concrete arguments" fuzzTransactionTool
297297 , Tool " clear_priorities" " Clear the function prioritization list" clearPrioritiesTool
298298 -- , Tool "read_logs" "Read the last 100 log messages" readLogsTool
299299 , Tool " show_coverage" " Show coverage report for a particular contract" showCoverageTool
@@ -369,10 +369,10 @@ runMCPServer env workerRefs port logsRef = do
369369 { properties = [(" contract" , InputSchemaDefinitionProperty " string" " The name of the contract" )]
370370 , required = [" contract" ]
371371 }
372- " read_logs" -> InputSchemaDefinitionObject
373- { properties = []
374- , required = []
375- }
372+ -- "read_logs" -> InputSchemaDefinitionObject
373+ -- { properties = []
374+ -- , required = []
375+ -- }
376376 " status" -> InputSchemaDefinitionObject
377377 { properties = []
378378 , required = []
You can’t perform that action at this time.
0 commit comments