Skip to content

Commit e69885f

Browse files
fixes
1 parent e5f0023 commit e69885f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/Echidna/MCP.hs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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 = []

0 commit comments

Comments
 (0)