feat: Implement Docker deployment with configurable SSE/STDIO modes and add get_current_time tool.
This commit is contained in:
6
debug_settings.py
Normal file
6
debug_settings.py
Normal 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}")
|
||||
Reference in New Issue
Block a user