from server import mcp app = mcp.sse_app() print(f"Type of app: {type(app)}") print(f"Has routes: {hasattr(app, 'routes')}")