feat: Implement Docker deployment with configurable SSE/STDIO modes and add get_current_time tool.
This commit is contained in:
11
debug_mcp.py
Normal file
11
debug_mcp.py
Normal file
@@ -0,0 +1,11 @@
|
||||
try:
|
||||
from src.server import mcp
|
||||
print(f"DIR: {dir(mcp)}")
|
||||
try:
|
||||
print(f"DICT_KEYS: {list(mcp.__dict__.keys())}")
|
||||
except:
|
||||
pass
|
||||
except ImportError:
|
||||
print("ImportError")
|
||||
except Exception as e:
|
||||
print(f"Error: {e}")
|
||||
Reference in New Issue
Block a user