How events are tracked in MCPcat and what data is collected.
tools/list
): Captured when a client discovers available tools from your server. These events show which capabilities clients are accessing and how often they refresh their tool inventory.
Tool Call (tools/call
): The most important event type, fired whenever a client invokes one of your tools. These events capture:
initialize
): Marks the beginning of a client session, capturing client information like application name and version. This helps you understand your user ecosystem and make compatibility decisions.