MCP events are forwarded for logging with identifying fields stripped, and skipped entirely if analytics are off.
What's wrong with this entry?
MCP events are now admitted to log forwarding, and every payload has its identifying fields deleted before send. Forwarding is skipped entirely when analytics are disabled.
- Newly allowed:
tengu_mcp_degraded,tengu_mcp_list_changed,tengu_mcp_listen_reopen,tengu_mcp_sdk_generation,tengu_mcp_server_connection_failed,tengu_mcp_server_connection_succeeded,tengu_mcp_tripwire. - Stripped fields include the server name, base URL, hashed server key, attribution hashes, hashed error details and a server digest.
- Five of the MCP events are capped per event-and-server pair at 10 per 60 seconds, tracked over at most 200 keys; the number of suppressed events rides along on the next one that gets through as
droppedSinceLastForward.
PEER_RATE_BOUND_EVENTS
Strings lifted out of the shipped bundle, so the claim above can be checked against them.