From b75a136ecacc453e3fafc88fa1d10963f0f964f1 Mon Sep 17 00:00:00 2001 From: Mike Stepanovic Date: Mon, 21 Jul 2025 13:21:49 -0600 Subject: [PATCH] edited MCP instructions --- models/descriptions/__MCP__.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/descriptions/__MCP__.md b/models/descriptions/__MCP__.md index fc904e2..c76df91 100644 --- a/models/descriptions/__MCP__.md +++ b/models/descriptions/__MCP__.md @@ -86,7 +86,7 @@ Sui's consensus is based on DPoS and separates transaction dissemination from or ### Contract and Event Analysis -* **Call tracing**: Use `package_id`, `module`, `function_name` to group activity. +* **Call tracing**: Use `package_id`, `event_module`, `event_resource` to group activity. * **Event logs**: Primary source for high-granularity behavior (e.g., trades, mints). * **Transaction context**: Combine events from a single transaction for full execution picture. * **Error monitoring**: Track abort codes to identify bugs or misuse.