From 31c81a3e01bbb82e847a95f0e44ddbf32d3672d9 Mon Sep 17 00:00:00 2001 From: Carolina Steadham Date: Tue, 24 Mar 2026 23:19:57 -0400 Subject: [PATCH] feat: add MCP tab routing to Google Sheets reporter --- tests/plugins/google_sheets_reporter/pytest_google_sheets.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/plugins/google_sheets_reporter/pytest_google_sheets.py b/tests/plugins/google_sheets_reporter/pytest_google_sheets.py index a71b6644..319bb332 100644 --- a/tests/plugins/google_sheets_reporter/pytest_google_sheets.py +++ b/tests/plugins/google_sheets_reporter/pytest_google_sheets.py @@ -238,7 +238,8 @@ def detect_test_category(item) -> str: 'integration': 'End-To-End', 'database': MULTI_DB_SUPPORT, 'google_sheets': 'Google Sheets Integration', - 'summary': 'Summary' + 'summary': 'Summary', + 'mcp': 'MCP', } for keyword, worksheet in path_worksheet_map.items(): @@ -265,6 +266,7 @@ class GoogleSheetsPlugin: LLM_OLLAMA_CLIENT, LLM_OPENAI_CLIENT, LLM_CONTEXTUAL_CLIENT, + 'MCP', } def __init__(self, config): @@ -297,6 +299,7 @@ def __init__(self, config): LLM_CONTEXTUAL_CLIENT, COMPLETE_USER_ISOLATION, 'Summary', + 'MCP', ] for worksheet_name in worksheets: