Dhanushsaireddy144's picture
inital front end
c9dad0c
raw
history blame contribute delete
127 Bytes
from server import mcp
app = mcp.sse_app()
print(f"Type of app: {type(app)}")
print(f"Has routes: {hasattr(app, 'routes')}")