From d096a2450ea3d2104d652b846a1df2fdc101a1cc Mon Sep 17 00:00:00 2001 From: Taylor Wilsdon Date: Tue, 20 May 2025 14:54:56 -0400 Subject: [PATCH] fix imports --- core/server.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/core/server.py b/core/server.py index bb64c42..b3cd1d5 100644 --- a/core/server.py +++ b/core/server.py @@ -1,18 +1,16 @@ import logging import os -import sys from typing import Dict, Any, Optional -from fastapi import Request +from fastapi import Request, Header from fastapi.responses import HTMLResponse -# Import MCP types for proper response formatting from mcp import types from mcp.server.fastmcp import FastMCP from google.auth.exceptions import RefreshError -from auth.google_auth import handle_auth_callback, CONFIG_CLIENT_SECRETS_PATH, start_auth_flow # Added start_auth_flow +from auth.google_auth import handle_auth_callback, start_auth_flow, CONFIG_CLIENT_SECRETS_PATH # Import shared configuration from config.google_config import (