Add production Docker Compose setup with Nginx and SSL; enhance test fixtures and environment variables for monitoring, logging, and schema caching; and clean up unused imports.

This commit is contained in:
Yûki VACHOT 2025-11-29 02:41:39 +01:00
parent bf5d1b890a
commit 283d7deee4
6 changed files with 109 additions and 58 deletions

View file

@ -10,4 +10,4 @@ __author__ = "Yûki VACHOT"
from .main import main, mcp
__all__ = ["mcp", "main", "__version__"]
__all__ = ["mcp", "main", "__version__", "__author__"]

View file

@ -5,7 +5,6 @@ This server provides tools for analyzing GeoGuessr game statistics,
with automatic API monitoring and dynamic schema adaptation.
"""
import asyncio
import logging
import sys