ruff
This commit is contained in:
@@ -16,7 +16,7 @@ from fastapi import FastAPI, Request
|
|||||||
from typing import Optional
|
from typing import Optional
|
||||||
from urllib.parse import urlparse
|
from urllib.parse import urlparse
|
||||||
|
|
||||||
from auth.scopes import SCOPES, get_current_scopes
|
from auth.scopes import SCOPES, get_current_scopes # noqa
|
||||||
from auth.oauth_responses import create_error_response, create_success_response, create_server_error_response
|
from auth.oauth_responses import create_error_response, create_success_response, create_server_error_response
|
||||||
from auth.google_auth import handle_auth_callback, check_client_secrets
|
from auth.google_auth import handle_auth_callback, check_client_secrets
|
||||||
from auth.oauth_config import get_oauth_redirect_uri
|
from auth.oauth_config import get_oauth_redirect_uri
|
||||||
@@ -230,4 +230,4 @@ def cleanup_oauth_callback_server():
|
|||||||
global _minimal_oauth_server
|
global _minimal_oauth_server
|
||||||
if _minimal_oauth_server:
|
if _minimal_oauth_server:
|
||||||
_minimal_oauth_server.stop()
|
_minimal_oauth_server.stop()
|
||||||
_minimal_oauth_server = None
|
_minimal_oauth_server = None
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ from auth.mcp_session_middleware import MCPSessionMiddleware
|
|||||||
from auth.oauth_responses import create_error_response, create_success_response, create_server_error_response
|
from auth.oauth_responses import create_error_response, create_success_response, create_server_error_response
|
||||||
from auth.auth_info_middleware import AuthInfoMiddleware
|
from auth.auth_info_middleware import AuthInfoMiddleware
|
||||||
from auth.fastmcp_google_auth import GoogleWorkspaceAuthProvider
|
from auth.fastmcp_google_auth import GoogleWorkspaceAuthProvider
|
||||||
from auth.scopes import SCOPES, get_current_scopes
|
from auth.scopes import SCOPES, get_current_scopes # noqa
|
||||||
from core.config import (
|
from core.config import (
|
||||||
USER_GOOGLE_EMAIL,
|
USER_GOOGLE_EMAIL,
|
||||||
get_transport_mode,
|
get_transport_mode,
|
||||||
|
|||||||
2
uv.lock
generated
2
uv.lock
generated
@@ -2060,7 +2060,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "workspace-mcp"
|
name = "workspace-mcp"
|
||||||
version = "1.4.4"
|
version = "1.4.5"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "aiohttp" },
|
{ name = "aiohttp" },
|
||||||
|
|||||||
Reference in New Issue
Block a user