diff --git a/src/geoguessr_mcp/main.py b/src/geoguessr_mcp/main.py index 6d57c06..5a9f25f 100644 --- a/src/geoguessr_mcp/main.py +++ b/src/geoguessr_mcp/main.py @@ -75,7 +75,7 @@ def main(): allow_origins=["*"], allow_credentials=True, allow_methods=["*"], - allow_headers=["*"] + allow_headers=["*"], ) mcp_app.add_middleware(AuthenticationMiddleware)