feat: Implement Docker deployment with configurable SSE/STDIO modes and add get_current_time tool.
This commit is contained in:
5
debug_sig.py
Normal file
5
debug_sig.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from mcp.server.fastmcp import FastMCP
|
||||
import inspect
|
||||
|
||||
print("Init Signature:")
|
||||
print(inspect.signature(FastMCP.__init__))
|
||||
Reference in New Issue
Block a user