feat: Implement Docker deployment with configurable SSE/STDIO modes and add get_current_time tool.

This commit is contained in:
2026-01-25 15:56:42 +01:00
parent d8cb818040
commit 32dd756885
13 changed files with 173 additions and 1 deletions

6
debug_settings.py Normal file
View File

@@ -0,0 +1,6 @@
from src.server import mcp
try:
print(f"SETTINGS DIR: {dir(mcp.settings)}")
print(f"SETTINGS DICT: {mcp.settings.__dict__}")
except Exception as e:
print(f"Error: {e}")