Update core/server.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -11,7 +11,7 @@ except ImportError:
|
|||||||
# Fall back to the alternative import path
|
# Fall back to the alternative import path
|
||||||
from fastmcp import FastMCP
|
from fastmcp import FastMCP
|
||||||
except ImportError:
|
except ImportError:
|
||||||
print("ERROR: Could not import FastMCP. Please ensure 'mcp[cli]' and 'fastmcp' are installed.")
|
logger.error("Could not import FastMCP. Please ensure 'mcp[cli]' and 'fastmcp' are installed.")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
from google.auth.exceptions import RefreshError
|
from google.auth.exceptions import RefreshError
|
||||||
|
|||||||
Reference in New Issue
Block a user