6 lines
123 B
Python
6 lines
123 B
Python
from mcp.server.fastmcp import FastMCP
|
|
import inspect
|
|
|
|
print("Init Signature:")
|
|
print(inspect.signature(FastMCP.__init__))
|