1.17 ms (18.14%)
|
2 |
SELECT t0.id AS id_1, t0.token_hash AS token_hash_2, t0.scopes AS scopes_3, t0.rate_limit_per_minute AS rate_limit_per_minute_4, t0.revoked AS revoked_5, t0.expires_at AS expires_at_6, t0.tenant_id AS tenant_id_7 FROM mcp_api_client t0 WHERE t0.token_hash = ? LIMIT 1
Parameters: [
"62045d5bab87fd131491c1170135541bc363e83c43c898c4bd25a885ac2035aa"
]
SELECT t0.id AS id_1, t0.token_hash AS token_hash_2, t0.scopes AS scopes_3, t0.rate_limit_per_minute AS rate_limit_per_minute_4, t0.revoked AS revoked_5, t0.expires_at AS expires_at_6, t0.tenant_id AS tenant_id_7 FROM mcp_api_client t0 WHERE t0.token_hash = '62045d5bab87fd131491c1170135541bc363e83c43c898c4bd25a885ac2035aa' LIMIT 1;
|
0.99 ms (15.38%)
|
1 |
SELECT s0_.id AS id_0, s0_.host AS host_1, s0_.aliases AS aliases_2, s0_.slug AS slug_3, s0_.label AS label_4, s0_.name AS name_5, s0_.locale_default AS locale_default_6, s0_.layout_template AS layout_template_7, s0_.theme AS theme_8, s0_.brand_domain AS brand_domain_9, s0_.brand_tld AS brand_tld_10, s0_.contact_email AS contact_email_11, s0_.sender_email AS sender_email_12, s0_.home_slug AS home_slug_13, s0_.og_image_default AS og_image_default_14, s0_.enabled AS enabled_15, s0_.is_primary AS is_primary_16, s0_.created_at AS created_at_17, s0_.updated_at AS updated_at_18 FROM site s0_ WHERE s0_.enabled = 1 ORDER BY s0_.is_primary DESC, s0_.label ASC
SELECT s0_.id AS id_0, s0_.host AS host_1, s0_.aliases AS aliases_2, s0_.slug AS slug_3, s0_.label AS label_4, s0_.name AS name_5, s0_.locale_default AS locale_default_6, s0_.layout_template AS layout_template_7, s0_.theme AS theme_8, s0_.brand_domain AS brand_domain_9, s0_.brand_tld AS brand_tld_10, s0_.contact_email AS contact_email_11, s0_.sender_email AS sender_email_12, s0_.home_slug AS home_slug_13, s0_.og_image_default AS og_image_default_14, s0_.enabled AS enabled_15, s0_.is_primary AS is_primary_16, s0_.created_at AS created_at_17, s0_.updated_at AS updated_at_18 FROM site s0_ WHERE s0_.enabled = 1 ORDER BY s0_.is_primary DESC, s0_.label ASC;
|
0.90 ms (13.98%)
|
1 |
INSERT INTO mcp_tool_audit_log (tenant_id, project_id, api_client_id, tool_name, status, error_code, timestamp) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters: [
1
null
1
"list_docs"
"refused"
"FORBIDDEN_PROJECT"
"2026-06-19 01:38:42"
]
INSERT INTO mcp_tool_audit_log (tenant_id, project_id, api_client_id, tool_name, status, error_code, timestamp) VALUES (1, NULL, 1, 'list_docs', 'refused', 'FORBIDDEN_PROJECT', '2026-06-19 01:38:42');
|